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 8cfb463 commit f4b1103Copy full SHA for f4b1103
tests/unit/test_client.py
@@ -118,9 +118,10 @@ def assert_headers(headers):
118
assert headers[constants.HEADER_USER] == user
119
assert headers[constants.HEADER_SESSION] == ""
120
assert headers[constants.HEADER_TIMEZONE] == timezone
121
+ assert headers[constants.HEADER_CLIENT_CAPABILITIES] == "PARAMETRIC_DATETIME"
122
assert headers[accept_encoding_header] == accept_encoding_value
123
assert headers[client_info_header] == client_info_value
- assert len(headers.keys()) == 9
124
+ assert len(headers.keys()) == 10
125
126
req.post("URL")
127
_, post_kwargs = post.call_args
0 commit comments