Skip to content

Commit

Permalink
Revert "PAY-7000 amend test api-url to point at payments pr"
Browse files Browse the repository at this point in the history
This reverts commit acc7ab8.
  • Loading branch information
Ollie-Smith committed Apr 15, 2024
1 parent acc7ab8 commit 7ce0e60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acceptance-tests/test/end-to-end/tests/config/CCPBConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ module.exports = {
TestIdamApiUrl: process.env.IDAM_API_URL || 'https://idam-api.aat.platform.hmcts.net',
TestCcdDataStoreApiUrl: process.env.CCD_DATA_STORE_API_URL || 'http://ccd-data-store-api-aat.service.core-compute-aat.internal',
TestS2SRpeServiceAuthApiUrl: process.env.S2S_RPE_SERVICE_AUTH_API_URL || 'http://rpe-service-auth-provider-aat.service.core-compute-aat.internal',
TestPaymentApiUrl: process.env.PAYMENT_API_URL || 'http://payment-api-pr-1653',
TestRefundsApiUrl: process.env.REFUNDS_API_URL || 'http://payment-api-pr-1653-ccpay-refunds-api',
TestBulkScanApiUrl: process.env.BULKSCANNING_API_URL || 'http://payment-api-pr-1653-ccpay-bulkscanning-api',
TestPaymentApiUrl: process.env.PAYMENT_API_URL || 'http://payment-api-aat.service.core-compute-aat.internal',
TestRefundsApiUrl: process.env.REFUNDS_API_URL || 'http://ccpay-refunds-api-aat.service.core-compute-aat.internal',
TestBulkScanApiUrl: process.env.BULKSCANNING_API_URL || 'http://ccpay-bulkscanning-api-aat.service.core-compute-aat.internal',
TestsForAccessibility: process.env.E2E_TESTS_FOR_ACCESSIBILITY === 'true',
TestOutputDir: process.env.E2E_OUTPUT_DIR || './functional-output',
NotifyEmailApiKey: process.env.NOTIFY_EMAIL_API_KEY
Expand Down

0 comments on commit 7ce0e60

Please sign in to comment.