From 5094a676388f4efe56680bde57c078f031118f03 Mon Sep 17 00:00:00 2001 From: Fabio Bonelli Date: Fri, 20 Oct 2023 15:14:20 +0200 Subject: [PATCH] Update main_test.go --- main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_test.go b/main_test.go index f79aa7c..d008adb 100644 --- a/main_test.go +++ b/main_test.go @@ -385,7 +385,7 @@ func TestPublishersEndpoints(t *testing.T) { }, { description: `GET with "from" query param`, - query: "GET /v1/publishers?from=2018-11-26T00:56:23Z", + query: "GET /v1/publishers?from=2018-11-10T00:56:23Z", expectedCode: 200, expectedContentType: "application/json",