From 15c4e87dbf40493a3dae93eaeffbf7028b63896c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Szczyg=C5=82owski?= Date: Fri, 31 Jul 2020 15:24:29 +0100 Subject: [PATCH] fix the test --- access_application_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/access_application_test.go b/access_application_test.go index a73f3a08585..4fc6f08c86f 100644 --- a/access_application_test.go +++ b/access_application_test.go @@ -313,7 +313,7 @@ func TestAccessApplicationWithCORS(t *testing.T) { `) } - mux.HandleFunc("/zones/01a7362d577a6c3019a474fd6f485823/access/apps/480f4f69-1a28-4fdd-9240-1ed29f0ac1db", handler) + mux.HandleFunc("/accounts/01a7362d577a6c3019a474fd6f485823/access/apps/480f4f69-1a28-4fdd-9240-1ed29f0ac1db", handler) createdAt, _ := time.Parse(time.RFC3339, "2014-01-01T05:20:00.12345Z") updatedAt, _ := time.Parse(time.RFC3339, "2014-01-01T05:20:00.12345Z")