From 3c9817cf398dd63c7475b03f7910f7100fe878b9 Mon Sep 17 00:00:00 2001 From: Stavros Date: Mon, 8 Jun 2026 12:38:44 +0300 Subject: [PATCH] tests: fix oidc controller tests --- internal/controller/oidc_controller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/controller/oidc_controller_test.go b/internal/controller/oidc_controller_test.go index a3ceb4db..e93cf4bb 100644 --- a/internal/controller/oidc_controller_test.go +++ b/internal/controller/oidc_controller_test.go @@ -85,7 +85,7 @@ func TestOIDCController(t *testing.T) { assert.Equal(t, http.StatusFound, recorder.Code) location := recorder.Header().Get("Location") assert.Contains(t, location, oidcService.GetIssuer()+"/error") - assert.Contains(t, location, url.QueryEscape("The client provided invalid query parameters")) + assert.Contains(t, location, url.QueryEscape("The client ID is invalid")) }, }, {