chore: fix typo

This commit is contained in:
Stavros
2026-04-07 19:00:09 +03:00
parent 6ffb52a5cd
commit def9e5aaaa

View File

@@ -652,8 +652,8 @@ func TestOIDCController(t *testing.T) {
assert.NoError(t, err)
queryParams := url.Query()
code := queryParams.Get("error")
assert.NotEmpty(t, code)
error := queryParams.Get("error")
assert.NotEmpty(t, error)
},
},
}