Skip to content

Commit

Permalink
refactor(cypress): use wildcard intercept
Browse files Browse the repository at this point in the history
  • Loading branch information
mijogu committed Apr 27, 2023
1 parent 740542c commit 91c612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/cypress/e2e/validator.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ context('GTFS Validator - Core Workflow', () => {
// Setup intercept aliases
cy.intercept(
'POST',
'https://gtfs-validator-web-mbzoxaljzq-ue.a.run.app/create-job',
'https://*/create-job',
(req) => {
req.reply({
statusCode: 200,
Expand Down

0 comments on commit 91c612b

Please sign in to comment.