We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec9b56 commit f9b89f6Copy full SHA for f9b89f6
1 file changed
spec/webauthn/attestation_statement/none_spec.rb
@@ -32,7 +32,7 @@
32
expect(WebAuthn::AttestationStatement::None.new("a" => "b").valid?(authenticator_data, nil)).to be_falsy
33
end
34
35
- it "returns false if None is not among the acceptable formats" do
+ it "returns false if None is not among the acceptable attestation types" do
36
WebAuthn.configuration.acceptable_attestation_types = ['AttCA']
37
38
expect(WebAuthn::AttestationStatement::None.new({}).valid?(authenticator_data, nil)).to be_falsy
0 commit comments