Skip to content

Commit

Permalink
[PAGOPA-959] chore: Update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed Aug 22, 2023
1 parent 3bded4d commit f7d6608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
shell: bash
run: |
export CANARY=${{ inputs.canary }}
export REPORTING_BATCH_QUEUE=${{ secrets.REPORTING_BATCH_QUEUE }}
export FLOW_SA_CONNECTION_STRING=${{ secrets.FLOW_SA_CONNECTION_STRING }}
cd ./integration-test
chmod +x ./run_integration_test.sh
./run_integration_test.sh ${{( github.event.inputs == null && 'uat') || inputs.environment }} ${{ secrets.API_SUBSCRIPTION_KEY }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ async function generateAndPayDebtPosition(bundle) {
response = await payDebtPosition(bundle.creditorInstitution.id, bundle.debtPosition.paymentOption[0].iuv, buildPayRequest(bundle));
debugLog(`Debt position payment sending API invocation returned HTTP status code: ${response.status} with body: ${JSON. stringify(response.data)}`);
assert([200, 409].includes(response.status));
//assert.strictEqual(response.status, 200);

/*
response = await sendRT(buildSendRTRequest(bundle));
Expand Down

0 comments on commit f7d6608

Please sign in to comment.