From 070f22c208f6565e57638d348afaa5a32fbb7bd4 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 26 Jan 2024 09:21:19 +0800 Subject: [PATCH] Fix 'make test' for '412 Precondition Failed' --- t/test_data/endpoints.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test_data/endpoints.json b/t/test_data/endpoints.json index e6352c1..86e2493 100644 --- a/t/test_data/endpoints.json +++ b/t/test_data/endpoints.json @@ -636,7 +636,7 @@ "VEHICLE_LIST" : { "TYPE" : "GET", "AUTH" : true, - "URI" : "api/1/vehicles" + "URI" : "api/1/products" }, "ROADSIDE_WARRANTY" : { "TYPE" : "GET",