File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def assert_headers(headers):
135
135
assert headers [constants .HEADER_SESSION ] == ""
136
136
assert headers [constants .HEADER_TRANSACTION ] is None
137
137
assert headers [constants .HEADER_TIMEZONE ] == timezone
138
- assert headers [constants .HEADER_CLIENT_CAPABILITIES ] == "PARAMETRIC_DATETIME"
138
+ assert headers [constants .HEADER_CLIENT_CAPABILITIES ] == "PARAMETRIC_DATETIME,SESSION_AUTHORIZATION "
139
139
assert headers [accept_encoding_header ] == accept_encoding_value
140
140
assert headers [client_info_header ] == client_info_value
141
141
assert headers [constants .HEADER_ROLE ] == (
@@ -1173,7 +1173,7 @@ def json(self):
1173
1173
sql = 'execute my_stament using 1, 2, 3'
1174
1174
additional_headers = {
1175
1175
constants .HEADER_PREPARED_STATEMENT : 'my_statement=added_prepare_statement_header' ,
1176
- constants .HEADER_CLIENT_CAPABILITIES : 'PARAMETRIC_DATETIME'
1176
+ constants .HEADER_CLIENT_CAPABILITIES : 'PARAMETRIC_DATETIME,SESSION_AUTHORIZATION '
1177
1177
}
1178
1178
1179
1179
# Patch the post function to avoid making the requests, as well as to
You can’t perform that action at this time.
0 commit comments