diff --git a/t/etc/fixtures/config/users.pl b/t/etc/fixtures/config/users.pl index 88d3066..9a7f5ca 100644 --- a/t/etc/fixtures/config/users.pl +++ b/t/etc/fixtures/config/users.pl @@ -96,7 +96,7 @@ my $entity5 = { email => 'org@example.com', password => 'abc123', }, - type => "customer", + type => "organisation", }; my $entity6 = { diff --git a/t/etc/fixtures/data/users/entities/5.fix b/t/etc/fixtures/data/users/entities/5.fix index e22cd57..9aa374d 100644 --- a/t/etc/fixtures/data/users/entities/5.fix +++ b/t/etc/fixtures/data/users/entities/5.fix @@ -1,4 +1,4 @@ $HASH1 = { id => 5, - type => 'customer' + type => 'organisation' };