Move and fix search test

This commit is contained in:
Tom Bloor 2017-06-13 21:06:53 +01:00
parent cee5a00d18
commit 51617a8cbb

View file

@ -36,7 +36,7 @@ my $testJson = {
'email' => $emailRufus,
'postcode' => 'RG26 5NU',
'password' => $passwordRufus,
'age_range' => 1
'year_of_birth' => 2006
};
$t->post_ok('/api/register' => json => $testJson)
->status_is(200)->or($framework->dump_error)