We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d6117 commit f71389cCopy full SHA for f71389c
1 file changed
tests/helpers.py
@@ -51,7 +51,7 @@ def setUp(self, mock_file, mock_req):
51
52
53
def create_headers_for_test():
54
- headers = {"Accept-Encoding": "gzip, deflate", "Content-Type": "application/json"}
+ headers = {"Accept-Encoding": "gzip, deflate"}
55
headers.update(get_auth_headers_for_test())
56
return headers
57
0 commit comments