Skip to content

Commit

Permalink
refactor: rename autoretry config command name
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate committed Aug 26, 2024
1 parent de081c3 commit 7cb1b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress-tests/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,7 @@ Cypress.Commands.add(
);

Cypress.Commands.add(
"enableAutoRetry",
"autoRetryConfig",
(autoRetryGsmBody, globalState, value) => {
const key = `should_call_gsm_${globalState.get("merchantId")}`;
autoRetryGsmBody.key = key;
Expand Down

0 comments on commit 7cb1b17

Please sign in to comment.