From f770ad5f395b212fefc9ae3afcccda9db46dad47 Mon Sep 17 00:00:00 2001 From: Fabio Bonelli Date: Tue, 9 Apr 2024 16:37:06 +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 b9dbc1b..ec03382 100644 --- a/main_test.go +++ b/main_test.go @@ -3088,7 +3088,7 @@ func TestLogsEndpoints(t *testing.T) { }, { description: `GET with "search" query param`, - query: "GET /v1/logs?search=debug", + query: "GET /v1/logs?search=bad publiccode.yml", expectedCode: 200, expectedContentType: "application/json",