Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TuningYourCode committed Jun 17, 2024
1 parent f24e12a commit 410b807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/puppet/type/keycloak_realm_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
describe 'enumerable properties' do
{
web_authn_policy_attestation_conveyance_preference: [:none, :indirect, :direct],
web_authn_policy_authenticator_attachment: [:platform, :cross_platform],
web_authn_policy_authenticator_attachment: [:platform, :'cross-platform'],
web_authn_policy_require_resident_key: [:Yes, :No],
web_authn_policy_user_verification_requirement: [:required, :preferred, :discouraged]
}.each do |p, values|
Expand Down

0 comments on commit 410b807

Please sign in to comment.