From 38dc29f4a10b5bb2d889a0175d343c63dff6ca0b Mon Sep 17 00:00:00 2001 From: Finn Date: Wed, 7 Mar 2018 12:50:36 +0000 Subject: [PATCH] amended test to include a recurring period --- t/api/upload.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/api/upload.t b/t/api/upload.t index 56e19ef..deef75a 100644 --- a/t/api/upload.t +++ b/t/api/upload.t @@ -425,6 +425,7 @@ $json = { purchase_time => $test_purchase_time, organisation_id => $unvalidatedOrganisationId, session_key => $session_key, + recurring_period => "daily", }; $upload = {json => Mojo::JSON::encode_json($json), file => {file => './t/test.jpg'}}; $t->post_ok('/api/upload' => form => $upload )