Skip to content

Commit

Permalink
Fix incorrect acceptance test (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
shilgapira authored Dec 19, 2024
1 parent c56b27b commit 6a30d7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/models/authentication/authentication_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ func TestAuthentication(t *testing.T) {
}
`),
Check: p.Check(map[string]any{
"authentication.oauth.system.apple": testacc.AttributeIsSet,
"authentication.oauth.system.apple.allowed_grant_types": []string{"authorization_code", "implicit"},
}),
},
Expand Down

0 comments on commit 6a30d7d

Please sign in to comment.