Skip to content

Commit

Permalink
Merge pull request #143 from pagopa/PAGOPA-1751-afm-calculator-fix-in…
Browse files Browse the repository at this point in the history
…t-test

PAGOPA-1751 removing delete of payment types and touchpoints in int t…
  • Loading branch information
FedericoRuzzier authored May 15, 2024
2 parents dff57f1 + 5593d29 commit bc2d44a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions integration-test/src/step_definitions/support/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,5 @@ AfterAll(async function() {
validBundles);
assert.strictEqual(result.status, 200);

let result2 = await post(afm_host + '/configuration/touchpoint/delete',
touchpoints);
assert.strictEqual(result2.status, 200);

let result3 = await post(afm_host + '/configuration/paymenttypes/delete',
paymenttypes);
assert.strictEqual(result3.status, 200);

return Promise.resolve()
});

0 comments on commit bc2d44a

Please sign in to comment.