Skip to content

Commit

Permalink
remove references to api staging
Browse files Browse the repository at this point in the history
  • Loading branch information
maycon-mello committed Jun 5, 2024
1 parent df3e73f commit 5dfbcb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion integration-tests/verification-flow/vpi-verification.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import {
import {createVerificationController} from '@docknetwork/wallet-sdk-core/src/verification-controller';
import {ProofTemplateIds, createProofRequest} from '../helpers/certs-helpers';

const testAPIURL = process.env.TESTING_API_URL || null;
const testCredsURL = testAPIURL.replace('api-', 'creds-');

const credential = {
"@context": [
"https://www.w3.org/2018/credentials/v1",
Expand All @@ -17,7 +20,7 @@ const credential = {
"name": "dk:name"
}
],
"id": "https://***REMOVED***/f20a0b87efb4ccd4313b2d08056e48e12a1927d747d68bb2d45c722d9cd8e6be",
"id": `${testCredsURL}/f20a0b87efb4ccd4313b2d08056e48e12a1927d747d68bb2d45c722d9cd8e6be`,
"type": [
"VerifiableCredential",
"BasicCredential"
Expand Down

0 comments on commit 5dfbcb1

Please sign in to comment.