Skip to content

Commit

Permalink
test: replace schemata url with gallery (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
zixiang2018 authored May 15, 2024
1 parent 37c42ad commit 5fa2604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/multi-window-test/qr-barcode-scanner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test("Barcode scanner on QR page should be able to verify a valid QR", async (t)
const action = {
type: "DOCUMENT",
payload: {
uri: "https://schemata.openattestation.com/sg/gov/moh/pdt-healthcert/2.0/endorsed-wrapped.json",
uri: "https://gallery.openattestation.com/static/documents/pdt-v2-pcr-healthcert.json",
permittedActions: ["VIEW"],
redirect: "https://www.verify.gov.sg/verify",
},
Expand Down

0 comments on commit 5fa2604

Please sign in to comment.