extra info fixed and test amended and fixtures changed
This commit is contained in:
parent
3f0f046c30
commit
f68479b5ac
8 changed files with 80 additions and 40 deletions
|
@ -49,6 +49,9 @@ $t->post_ok('/api/v1/supplier/location' => json => {
|
|||
name => 'Test Org 2',
|
||||
latitude => 54.04679,
|
||||
longitude => -2.7963,
|
||||
street_name => 'Test Street',
|
||||
town => 'Lancaster',
|
||||
postcode => 'LA1 1AG',
|
||||
},
|
||||
])
|
||||
->json_is('/self', {
|
||||
|
|
Reference in a new issue