mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-06-18 17:30:13 +00:00
chore: fix typos in test descriptions
This commit is contained in:
@@ -210,7 +210,7 @@ func TestOIDCController(t *testing.T) {
|
||||
|
||||
// --- authorize-complete ---
|
||||
{
|
||||
description: "Shoud fail if oidc is disabled",
|
||||
description: "Should fail if oidc is disabled",
|
||||
oidcDisabled: true,
|
||||
run: func(t *testing.T, router *gin.Engine, recorder *httptest.ResponseRecorder) {
|
||||
body, err := json.Marshal(AuthorizeCompleteRequest{Ticket: "some-ticket"})
|
||||
|
||||
Reference in New Issue
Block a user