Skip to content

Commit ec30eb8

Browse files
committed
linting
1 parent 16b2fcd commit ec30eb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests-integ/test_mcp_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ def test_can_reuse_mcp_client():
105105

106106
@pytest.mark.skipif(
107107
condition=os.environ.get("GITHUB_ACTIONS") == 'true',
108-
reason="streamable transport is failing in GitHub actions, debugging if linux compatibility issue")
108+
reason="streamable transport is failing in GitHub actions, debugging if linux compatibility issue"
109+
)
109110
def test_streamable_http_mcp_client():
110111
server_thread = threading.Thread(
111112
target=start_calculator_server, kwargs={"transport": "streamable-http", "port": 8001}, daemon=True

0 commit comments

Comments
 (0)