-
Notifications
You must be signed in to change notification settings - Fork 51
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
Validate content type #2402
Validate content type #2402
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2402 +/- ##
==========================================
- Coverage 86.66% 86.60% -0.07%
==========================================
Files 373 374 +1
Lines 23066 23093 +27
==========================================
+ Hits 19990 19999 +9
- Misses 3076 3094 +18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@pytest.mark.parametrize( | ||
"content_type", | ||
[ | ||
"application/epub+zip", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this list has been obtained from prod
06de55f
to
c2cb9e3
Compare
Description
How was this PR tested?
Unit and integration tests