Skip to content

Commit ee16ac6

Browse files
authored
Merge pull request #432 from Yubico/fix-generate-test-data-assertion
Fix regeneration of RegistrationTestData.assertion
2 parents 5cbebf2 + e92f7ec commit ee16ac6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webauthn-server-core/src/test/scala/com/yubico/webauthn/RegistrationTestData.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ case class RegistrationTestData(
10921092
val newValue =
10931093
RegistrationTestData.from(credential, keypair, attestationCertChain)
10941094
newValue.copy(
1095-
assertion = newValue.assertion.map(_.regenerate(newValue))
1095+
assertion = assertion.map(_.regenerate(newValue))
10961096
)
10971097
})
10981098

0 commit comments

Comments
 (0)