Skip to content

Commit 192ecdb

Browse files
committed
test: better simulate what happens in real life where root is not part of the x5c
it's still found because is configured as in the #attestation_root_certificates_finders
1 parent 61cb3ed commit 192ecdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/webauthn/attestation_statement/packed_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
WebAuthn::AttestationStatement::Packed.new(
149149
"alg" => algorithm,
150150
"sig" => signature,
151-
"x5c" => [attestation_certificate, root_certificate]
151+
"x5c" => [attestation_certificate]
152152
)
153153
end
154154

0 commit comments

Comments
 (0)