Skip to content

Commit 3c3100a

Browse files
committed
Fix currentEndpoint
Signed-off-by: Lin Wang <[email protected]>
1 parent ec6ef83 commit 3c3100a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/utils/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const currentBackendEndpoint = (() => {
4949
const updateEndpoint = () => {
5050
Cypress.env('currentEndpoint', changedEndPoint);
5151
cy.log(
52-
`Current backend endpoint has been changed to: ${currentEndpoint}`
52+
`Current backend endpoint has been changed to: ${changedEndPoint}`
5353
);
5454
};
5555
if (immediately) {

0 commit comments

Comments
 (0)