Skip to content

Commit

Permalink
remove connector auth details log
Browse files Browse the repository at this point in the history
  • Loading branch information
prasunna09 committed Feb 29, 2024
1 parent f4daf79 commit 045df6a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cypress-tests/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ import * as RequestBodyUtils from "../utils/RequestBodyUtils";
import { baseUrl } from "../utils/Constants";
import ConnectorAuthDetails from "../../../.github/secrets/creds.json";

it('ConnectorAuthDetails', () => {
cy.task('cli_log', "ConnectorAuthDetails -> " + JSON.stringify(ConnectorAuthDetails));
console.log(JSON.stringify(ConnectorAuthDetails));
});

const adminApiKey = ConnectorAuthDetails.integ.ADMIN_API_KEYS ;

Cypress.Commands.add("merchantCreateCallTest", (merchantCreateBody, globalState) => {
Expand Down

0 comments on commit 045df6a

Please sign in to comment.