Skip to content

Commit 92d4287

Browse files
committed
format
1 parent 97ca48d commit 92d4287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/test_streamableHttp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,4 +541,4 @@ def test_json_response(json_response_server, json_server_url):
541541
json=INIT_REQUEST,
542542
)
543543
assert response.status_code == 200
544-
assert response.headers.get("Content-Type") == "application/json"
544+
assert response.headers.get("Content-Type") == "application/json"

0 commit comments

Comments
 (0)