-
Notifications
You must be signed in to change notification settings - Fork 44.5k
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 validate_json
scheme path
#3631
Fix validate_json
scheme path
#3631
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #3631 +/- ##
=======================================
Coverage 60.28% 60.28%
=======================================
Files 69 69
Lines 3150 3150
Branches 525 526 +1
=======================================
Hits 1899 1899
Misses 1118 1118
Partials 133 133
☔ View full report in Codecov by Sentry. |
e66a268
to
f0d4d52
Compare
… relative to the .py file
f0d4d52
to
1a6edff
Compare
Co-authored-by: Reinier van der Leer <[email protected]>
Background
validate_json is throwing error when used from tests
Changes
Set scheme patch to be relative to the .py file
PR Quality Checklist