diff options
| author | ST-DDT <[email protected]> | 2023-04-03 17:39:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-03 17:39:43 +0200 |
| commit | edc50b69197260f9d3e8ac22f2bf062c9a71c390 (patch) | |
| tree | 9e7c0b38361fbfefa66bc30eb68097d585420178 /cypress/e2e | |
| parent | 34b743ab8a859669a0f7b37910c2cbb9e294b534 (diff) | |
| download | faker-edc50b69197260f9d3e8ac22f2bf062c9a71c390.tar.xz faker-edc50b69197260f9d3e8ac22f2bf062c9a71c390.zip | |
docs: Faker and utility pages (#1940)
Diffstat (limited to 'cypress/e2e')
| -rw-r--r-- | cypress/e2e/api.cy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/api.cy.ts b/cypress/e2e/api.cy.ts index e67ac213..be61f5df 100644 --- a/cypress/e2e/api.cy.ts +++ b/cypress/e2e/api.cy.ts @@ -43,7 +43,7 @@ describe('API Test', () => { cy.request({ method: 'HEAD', - url: `/api/${link}`, + url: link, failOnStatusCode: false, }) .should(({ status }) => { |
