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 97ca48d commit 92d4287Copy full SHA for 92d4287
tests/server/test_streamableHttp.py
@@ -541,4 +541,4 @@ def test_json_response(json_response_server, json_server_url):
541
json=INIT_REQUEST,
542
)
543
assert response.status_code == 200
544
- assert response.headers.get("Content-Type") == "application/json"
+ assert response.headers.get("Content-Type") == "application/json"
0 commit comments