Skip to content

Commit ce28e0c

Browse files
committed
Add credProps assertion to RegistrationExtensionInputs deserialization test
1 parent 5b7c0a9 commit ce28e0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webauthn-server-core/src/test/scala/com/yubico/webauthn/data/ExtensionsSpec.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class ExtensionsSpec
9090
decoded.getAppidExclude.toScala should equal(
9191
Some(new AppId("https://example.org"))
9292
)
93+
decoded.getCredProps should equal(true)
9394
decoded.getLargeBlob.toScala should equal(
9495
Some(new LargeBlobRegistrationInput(LargeBlobSupport.REQUIRED))
9596
)

0 commit comments

Comments
 (0)