File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
webauthn-server-core/src/test/scala/com/yubico/webauthn Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1086,7 +1086,7 @@ class RelyingPartyStartOperationSpec
1086
1086
)
1087
1087
}
1088
1088
1089
- it(" sets the uvm extension if enabled in StartRegistrationOptions ." ) {
1089
+ it(" sets the uvm extension if enabled in StartAssertionOptions ." ) {
1090
1090
forAll { extensions : AssertionExtensionInputs =>
1091
1091
val rp = relyingParty(userId = userId)
1092
1092
val result = rp.startAssertion(
@@ -2146,7 +2146,7 @@ class RelyingPartyStartOperationSpec
2146
2146
)
2147
2147
}
2148
2148
2149
- it(" sets the uvm extension if enabled in StartRegistrationOptions ." ) {
2149
+ it(" sets the uvm extension if enabled in StartAssertionOptions ." ) {
2150
2150
forAll { extensions : AssertionExtensionInputs =>
2151
2151
val rp = relyingParty(userId = userId)
2152
2152
val result = rp.startAssertion(
You can’t perform that action at this time.
0 commit comments