Skip to content

Commit

Permalink
update intercept route
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Dec 11, 2023
1 parent c2ec684 commit e2f2cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/geoplatform.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ describe("Geoplatform Link", () => {
cy.intercept(
{
method: "GET",
url: "https://stg-api.geoplatform.gov/v3/public/lookups/data-gov/dataset?name=test_mock_geoplatform_data",
url: "https://api.geoplatform.gov/v3/public/lookups/data-gov/dataset?name=test_mock_geoplatform_data",
},
{
statusCode: 200,
Expand All @@ -24,7 +24,7 @@ describe("Geoplatform Link", () => {
cy.intercept(
{
method: "GET",
url: "https://stg-api.geoplatform.gov/v3/public/lookups/data-gov/dataset?name=test_bad_mock_geoplatform_data",
url: "https://api.geoplatform.gov/v3/public/lookups/data-gov/dataset?name=test_bad_mock_geoplatform_data",
},
{
statusCode: 404,
Expand Down

0 comments on commit e2f2cd1

Please sign in to comment.