Get tests to compile again and fix lint errors

This commit is contained in:
Ryan Richard
2023-09-11 11:09:50 -07:00
parent b7627208ea
commit 96098841dd
20 changed files with 622 additions and 379 deletions
+1 -1
View File
@@ -2338,7 +2338,7 @@ func TestHandleAuthCodeCallback(t *testing.T) {
state: state.State("test-state"),
pkce: pkce.Code("test-pkce"),
nonce: nonce.Nonce("test-nonce"),
logger: plog.Logr(), //nolint:staticcheck // old test with no log assertions
logger: plog.Logr(), //nolint:staticcheck // old test with no log assertions
issuer: "https://valid-issuer.com/with/some/path",
}
if tt.opt != nil {