chore: rabbit comments

This commit is contained in:
Stavros
2026-06-09 11:57:29 +03:00
parent 3c9817cf39
commit 6a4d85dc41
8 changed files with 78 additions and 44 deletions
+1 -1
View File
@@ -174,7 +174,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 an invalid request object"))
assert.Contains(t, location, url.QueryEscape("The authorization request is invalid"))
},
},
{