Fix error in fixtures data
This commit is contained in:
parent
758089bad1
commit
815056b771
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ my $entity5 = {
|
|||
email => 'org@example.com',
|
||||
password => 'abc123',
|
||||
},
|
||||
type => "customer",
|
||||
type => "organisation",
|
||||
};
|
||||
|
||||
my $entity6 = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$HASH1 = {
|
||||
id => 5,
|
||||
type => 'customer'
|
||||
type => 'organisation'
|
||||
};
|
||||
|
|
Reference in a new issue