-
Notifications
You must be signed in to change notification settings - Fork 127
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
added 412 to error codes that are checked #1306
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1306 +/- ##
=======================================
Coverage 70.22% 70.22%
=======================================
Files 107 107
Lines 17514 17514
=======================================
Hits 12299 12299
Misses 4150 4150
Partials 1065 1065 Continue to review full report at Codecov.
|
We got some 412 in the cassettes, I've checked with a grep. It is weird that the CI does not catch anything. Can you ensure that the test is working properly and that HTTP codes are indeed checked? |
3df5fb2
to
73652ec
Compare
As of today, we still have these errors to fix :
|
Co-authored-by: Rémy Léone <[email protected]> Co-authored-by: Jules Castéran <[email protected]>
The validation function for the cassettes will now check for 412 errors (Precondition failed) in addition to 409 and 500. This will be useful when dealing with private networks among other things.