Skip to content

Commit 3a0709f

Browse files
committed
Fixes unit tests
1 parent d083d31 commit 3a0709f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unitary/with_extras/aqua/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def test_prepare_headers_stream(self):
257257
expected_headers = {
258258
"Content-Type": "application/json",
259259
"Accept": "text/event-stream",
260-
"enable-streaming": "true",
260+
# "enable-streaming": "true",
261261
"Custom-Header": "Value",
262262
}
263263
assert result == expected_headers

0 commit comments

Comments
 (0)