We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1a41b commit 37d6117Copy full SHA for 37d6117
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"}
+ headers = {"Accept-Encoding": "gzip, deflate", "Content-Type": "application/json"}
55
headers.update(get_auth_headers_for_test())
56
return headers
57
0 commit comments