Skip to content

Commit

Permalink
Use HEIMDALL_URL instead of heimdall_url
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Jul 31, 2024
1 parent aa875b8 commit b638caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Cypress.Commands.add("wakeUpHeimdall", () => {

cy.request({
method: "GET",
url: `${Cypress.env("heimdall_url")}/${contractAddress}?rpc_url=${rpcUrl}`,
url: `${Cypress.env("HEIMDALL_URL")}/${contractAddress}?rpc_url=${rpcUrl}`,
failOnStatusCode: false,
timeout: 30000,
}).then(response => {
Expand Down

0 comments on commit b638caf

Please sign in to comment.