Skip to content

Commit

Permalink
Remove test for empty Content-Type
Browse files Browse the repository at this point in the history
Werkzeug 14.0.0 introduced new behaviour stripping falsey
values from being included in EnvironHeaders.
  • Loading branch information
nateprewitt committed Jan 29, 2018
1 parent bec4514 commit 75c8317
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 40 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gevent = "*"
Flask = "*"
Flask-Common = "*"
meinheld = "*"
werkzeug = ">=0.14.1"

[packages.raven]
extras = [ "flask",]
Loading

0 comments on commit 75c8317

Please sign in to comment.