From 6c69023cba3a5f5a2111cdb95007c6c75178e3b7 Mon Sep 17 00:00:00 2001 From: Liam Toozer Date: Thu, 14 Dec 2023 08:49:36 +0000 Subject: [PATCH 1/2] Update unhappy path requests file --- requests/test_benchmark_business_unhappy_path.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requests/test_benchmark_business_unhappy_path.json b/requests/test_benchmark_business_unhappy_path.json index f72d1d83..d0b7068e 100644 --- a/requests/test_benchmark_business_unhappy_path.json +++ b/requests/test_benchmark_business_unhappy_path.json @@ -625,7 +625,7 @@ "method": "POST", "url": "/questionnaire/companies/{company_1}/remove-company/", "data": { - "remove-confirmation": "Yes" + "remove-confirmation-company": "Yes" } }, { @@ -978,4 +978,4 @@ ], "schema_name": "test_benchmark_business", "schema_url": "https://storage.googleapis.com/eq-questionnaire-schemas/test_benchmark_business.json" -} \ No newline at end of file +} From 9a4e00403ba1f6a75f2ad391fadcb0d5e90c1fa1 Mon Sep 17 00:00:00 2001 From: Liam Toozer Date: Thu, 14 Dec 2023 10:03:53 +0000 Subject: [PATCH 2/2] Remove accidental line break added by IDE --- requests/test_benchmark_business_unhappy_path.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/test_benchmark_business_unhappy_path.json b/requests/test_benchmark_business_unhappy_path.json index d0b7068e..a79f0ee7 100644 --- a/requests/test_benchmark_business_unhappy_path.json +++ b/requests/test_benchmark_business_unhappy_path.json @@ -978,4 +978,4 @@ ], "schema_name": "test_benchmark_business", "schema_url": "https://storage.googleapis.com/eq-questionnaire-schemas/test_benchmark_business.json" -} +} \ No newline at end of file