Skip to content

Commit

Permalink
PAGOPA-1751 removing delete of payment types and touchpoints in int t…
Browse files Browse the repository at this point in the history
…est batch
  • Loading branch information
FedericoRuzzier committed May 14, 2024
1 parent dff57f1 commit 5593d29
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 5593d29

Please sign in to comment.