Move and fix search test
This commit is contained in:
parent
cee5a00d18
commit
51617a8cbb
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ my $testJson = {
|
||||||
'email' => $emailRufus,
|
'email' => $emailRufus,
|
||||||
'postcode' => 'RG26 5NU',
|
'postcode' => 'RG26 5NU',
|
||||||
'password' => $passwordRufus,
|
'password' => $passwordRufus,
|
||||||
'age_range' => 1
|
'year_of_birth' => 2006
|
||||||
};
|
};
|
||||||
$t->post_ok('/api/register' => json => $testJson)
|
$t->post_ok('/api/register' => json => $testJson)
|
||||||
->status_is(200)->or($framework->dump_error)
|
->status_is(200)->or($framework->dump_error)
|
Reference in a new issue