Tests fixed

This commit is contained in:
Finn 2017-08-25 15:47:54 +01:00
parent ef2e0627e1
commit 6cdc8891c3
9 changed files with 13 additions and 0 deletions

View file

@ -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)