File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
webauthn-server-core/src/test/scala/com/yubico/webauthn Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ object RegistrationTestDataGenerator extends App {
114114object RegistrationTestData {
115115 private def jsonFactory : JsonNodeFactory = JsonNodeFactory .instance
116116
117- def validExamples = List (
117+ def defaultSettingsValidExamples = List (
118118 AndroidSafetynet .RealExample ,
119119 AndroidSafetynet .BasicAttestation ,
120120 FidoU2f .BasicAttestation ,
@@ -123,10 +123,8 @@ object RegistrationTestData {
123123 Packed .BasicAttestation ,
124124 Packed .BasicAttestationEdDsa ,
125125 Packed .BasicAttestationRsa ,
126- Packed .BasicAttestationRs1 ,
127126 Packed .BasicAttestationRsaReal ,
128127 Packed .SelfAttestation ,
129- Packed .SelfAttestationRs1 ,
130128 )
131129
132130 object AndroidKey {
Original file line number Diff line number Diff line change @@ -1977,7 +1977,7 @@ class RelyingPartyRegistrationSpec extends FunSpec with Matchers with GeneratorD
19771977 }
19781978
19791979 describe(" accept all test examples in the validExamples list." ) {
1980- RegistrationTestData .validExamples .zipWithIndex.foreach { case (testData, i) =>
1980+ RegistrationTestData .defaultSettingsValidExamples .zipWithIndex.foreach { case (testData, i) =>
19811981 it(s " Succeeds for example index ${i}. " ) {
19821982 val rp = {
19831983 val builder = RelyingParty .builder()
You can’t perform that action at this time.
0 commit comments