From 1139cf9fd639dbd771119cb8ac72295cbf1828ff Mon Sep 17 00:00:00 2001 From: liamtoozer Date: Wed, 27 Dec 2023 08:17:10 +0000 Subject: [PATCH] Update unhappy path remove-company endpoint POST (#144) --- 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 f72d1d83..a79f0ee7 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" } }, {