Fixed test in t/02_http+scripts.t

This commit is contained in:
Florian "flowdy" Heß 2017-02-11 06:29:45 +01:00
parent 1a05fd4d54
commit e758a4c8d6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ $t->post_ok("/account" => form => $_ )->header_is( Location => "/" )
{ ID => "john", name => "John Tester", type => "Member", altId => 44 },
{ ID => "alex", name => "Alex Webber", type => "Member", altId => 6, IBAN => "DE12345678901234567890" },
{ ID => "rose", name => "Delia Rosenthal", altId => 45, type => 'Member' },
{ ID => "flow", name => "Florian Hess", type => 'Member' },
{ ID => "flow", name => "Florian Hess", altId => 67, type => 'Member' },
;
done_testing();