Fix error in fixtures data

This commit is contained in:
Tom Bloor 2017-08-31 16:35:51 +01:00
parent 758089bad1
commit 815056b771
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ my $entity5 = {
email => 'org@example.com',
password => 'abc123',
},
type => "customer",
type => "organisation",
};
my $entity6 = {

View file

@ -1,4 +1,4 @@
$HASH1 = {
id => 5,
type => 'customer'
type => 'organisation'
};