Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: statusCode allow 999 #27853

Merged
merged 3 commits into from Sep 25, 2023
Merged

fix: statusCode allow 999 #27853

merged 3 commits into from Sep 25, 2023

Conversation

riwu
Copy link
Contributor

@riwu riwu commented Sep 20, 2023

https://lodash.com/docs/#inRange end is exclusive, so it needs to be set to 1000 to allow status code 999 to be included (as per documented).

Closes #27567

@CLAassistant
Copy link

CLAassistant commented Sep 20, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@AtofStryker AtofStryker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @riwu. Changes look good, but would you be able to update your branch by syncing the fork? It's almost a year out of date. This way CI can run correctly.

@riwu riwu changed the base branch from master to develop September 21, 2023 16:03
@riwu riwu force-pushed the patch-1 branch 3 times, most recently from ee8390d to 97ece9a Compare September 21, 2023 16:21
https://lodash.com/docs/#inRange `end` is exclusive, so it needs to be set to 1000 to allow status code 999 to be included (as per documented).
@nagash77
Copy link
Contributor

build failures are unrelated to these changes. merging.

@nagash77 nagash77 merged commit b114dce into cypress-io:develop Sep 25, 2023
60 of 64 checks passed
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Sep 27, 2023

Released in 13.3.0.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v13.3.0, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Sep 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

999 no possible status code when Intercepting API-Request
5 participants