Skip to content

Commit

Permalink
chore(cypress): payout - fix test cases for adyenplatform bank (#6887)
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif-m authored Dec 22, 2024
1 parent 573974b commit 7540b74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cypress-tests-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
PAYMENTS_CONNECTORS: "cybersource stripe"
PAYOUTS_CONNECTORS: "adyenplatform wise"
RUST_BACKTRACE: short
RUSTUP_MAX_RETRIES: 10
RUN_TESTS: ${{ ((github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name)) || (github.event_name == 'merge_group')}}
Expand Down Expand Up @@ -127,7 +128,7 @@ jobs:
CONNECTOR_AUTH_PASSPHRASE: ${{ secrets.CONNECTOR_AUTH_PASSPHRASE }}
CONNECTOR_CREDS_S3_BUCKET_URI: ${{ secrets.CONNECTOR_CREDS_S3_BUCKET_URI}}
DESTINATION_FILE_NAME: "creds.json.gpg"
S3_SOURCE_FILE_NAME: "6f8289a9-6da0-433b-8a24-18d4d7257b7f.json.gpg"
S3_SOURCE_FILE_NAME: "aa328308-b34e-41b7-a590-4fe45cfe7991.json.gpg"
shell: bash
run: |
mkdir -p ".github/secrets" ".github/test"
Expand Down
4 changes: 2 additions & 2 deletions cypress-tests/cypress/e2e/PayoutUtils/AdyenPlatform.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const connectorDetails = {
Response: {
status: 200,
body: {
status: "success",
status: "initiated",
payout_type: "bank",
},
},
Expand Down Expand Up @@ -101,7 +101,7 @@ export const connectorDetails = {
Response: {
status: 200,
body: {
status: "success",
status: "initiated",
payout_type: "bank",
},
},
Expand Down

0 comments on commit 7540b74

Please sign in to comment.