amended test to include a recurring period
This commit is contained in:
parent
d937e64663
commit
38dc29f4a1
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ $json = {
|
||||||
purchase_time => $test_purchase_time,
|
purchase_time => $test_purchase_time,
|
||||||
organisation_id => $unvalidatedOrganisationId,
|
organisation_id => $unvalidatedOrganisationId,
|
||||||
session_key => $session_key,
|
session_key => $session_key,
|
||||||
|
recurring_period => "daily",
|
||||||
};
|
};
|
||||||
$upload = {json => Mojo::JSON::encode_json($json), file => {file => './t/test.jpg'}};
|
$upload = {json => Mojo::JSON::encode_json($json), file => {file => './t/test.jpg'}};
|
||||||
$t->post_ok('/api/upload' => form => $upload )
|
$t->post_ok('/api/upload' => form => $upload )
|
||||||
|
|
Reference in a new issue