Skip to content

Commit

Permalink
chore: update mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
huynguyen-hl committed Nov 12, 2024
1 parent 706a7a9 commit e50a895
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/services/src/__tests__/linkResolver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('create link resolve service', () => {

const mockValue = {
eventLink: 'https://localhost/epcis-transformation-event/1234',
eventVerifyLink: 'https://verify.com/dev/verifyCredential?q=https://localhost/epcis-transformation-event/1234&key=123&hash=abcde123',
eventVerifyLink: 'https%3A%2F%2Fverify.com%2Fdev%2FverifyCredential%3Fq%3Dhttps%3A%2F%2Flocalhost%2Fepcis-transformation-event%2F1234%26key%3D123%26hash%3Dabcde123',
identificationKeyType: IdentificationKeyType.nlisid,
identificationKey: 'gtin-key',
itemDescription: 'EPCIS transformation event VC',
Expand Down Expand Up @@ -75,7 +75,7 @@ describe('create link resolve service', () => {

const mockValue = {
eventLink: 'https://localhost/epcis-transformation-event/1234',
eventVerifyLink: 'https://verify.com/dev/verifyCredential?q=https://localhost/epcis-transformation-event/1234&key=123&hash=abcde123',
eventVerifyLink: 'https%3A%2F%2Fverify.com%2Fdev%2FverifyCredential%3Fq%3Dhttps%3A%2F%2Flocalhost%2Fepcis-transformation-event%2F1234%26key%3D123%26hash%3Dabcde123',
identificationKeyType: IdentificationKeyType.nlisid,
identificationKey: 'gtin-key',
itemDescription: 'EPCIS transformation event VC',
Expand Down Expand Up @@ -121,7 +121,7 @@ describe('create link resolve service', () => {

const mockValue = {
eventLink: 'https://localhost/epcis-transformation-event/1234',
eventVerifyLink: 'https://verify.com/dev/verifyCredential?q=https://localhost/epcis-transformation-event/1234&key=123&hash=abcde123',
eventVerifyLink: 'https%3A%2F%2Fverify.com%2Fdev%2FverifyCredential%3Fq%3Dhttps%3A%2F%2Flocalhost%2Fepcis-transformation-event%2F1234%26key%3D123%26hash%3Dabcde123',
identificationKeyType: IdentificationKeyType.nlisid,
identificationKey: 'gtin-key',
itemDescription: 'EPCIS transformation event VC',
Expand Down

0 comments on commit e50a895

Please sign in to comment.