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 overwrite Content-Type test #378

Merged

Conversation

dmohns
Copy link
Contributor

@dmohns dmohns commented Mar 6, 2019

What kind of change does this PR introduce?

Bugfix for #377 (comment)

Did you add tests for your changes?

Yes, in test suite.

Summary

The headers get set after Content-Type already got overwritten. Hence
the test is not testing whether the Content-Type overwrite is actually
skipped.

Does this PR introduce a breaking change?

No

Other information

The headers get set *after* Content-Type already got overwritten. Hence 
the test is not testing whether the Content-Type overwrite is actually 
skipped.
@codecov
Copy link

codecov bot commented Mar 6, 2019

Codecov Report

Merging #378 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #378   +/-   ##
=======================================
  Coverage   96.96%   96.96%           
=======================================
  Files           7        7           
  Lines         264      264           
=======================================
  Hits          256      256           
  Misses          8        8

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 894ba2b...336d5c2. Read the comment docs.

@alexander-akait alexander-akait merged commit dba5e02 into webpack:master Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants