Skip to content

Commit

Permalink
Fixes old test for Indonesia with terminated keys
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Oct 13, 2023
1 parent 6320284 commit 0f24ee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class QRVerifyTest: BaseTrustRegistryTest() {

@Test
fun verifyDCCIndonesia() {
verify("EUIndonesiaContents.txt", "EUIndonesiaFHIRBundle.json")
verify("EUIndonesiaContents.txt", "EUIndonesiaFHIRBundle.json", QRDecoder.Status.TERMINATED_KEYS)
}

@Test
Expand Down

0 comments on commit 0f24ee0

Please sign in to comment.