fix(oauth2_test): typo

This commit is contained in:
Alessandro De Blasis 2023-07-13 11:26:17 +00:00
parent a86d4969a2
commit 0d11e0061c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ func TestOauth2(t *testing.T) {
confidentialClient *bool
}
boolTrue := true
boolFalse := true
boolFalse := false
testCases := []test{
{"ConfidentialClient unset should fallback to false", nil},