Tests fixed
This commit is contained in:
parent
ef2e0627e1
commit
6cdc8891c3
9 changed files with 13 additions and 0 deletions
|
@ -55,6 +55,7 @@ $testJson = {
|
|||
'password' => $passwordBilly,
|
||||
'street_name' => 'Market St',
|
||||
'town' => 'Lancaster',
|
||||
'sector' => 'A',
|
||||
};
|
||||
$t->post_ok('/api/register' => json => $testJson)
|
||||
->status_is(200)
|
||||
|
|
Reference in a new issue