Refactored customer table and fixed all tests form that
This commit is contained in:
parent
d0cbb215d8
commit
f69b06bda2
13 changed files with 67 additions and 232 deletions
|
@ -23,7 +23,7 @@ my $test_json = {
|
|||
'email' => $email,
|
||||
'postcode' => 'LA1 1AA',
|
||||
'password' => $password,
|
||||
'age' => '20-35'
|
||||
'age' => 1
|
||||
};
|
||||
$t->post_ok('/api/register' => json => $test_json)
|
||||
->status_is(200)
|
||||
|
|
Reference in a new issue