Skip to content

Commit

Permalink
fix: address another header to remove, tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
anon committed Jun 9, 2024
1 parent 5241fd5 commit 80d5caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions responses/_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def _remove_default_headers(data: "Any") -> "Any":
"Date",
"Server",
"Connection",
"Content-Encoding",
]
for i, response in enumerate(data["responses"]):
for key in keys_to_remove:
Expand Down

0 comments on commit 80d5caa

Please sign in to comment.