Skip to content

Commit 51013c5

Browse files
authored
Fix asyncio forward (#549)
Signed-off-by: Mihai Criveti <[email protected]>
1 parent eff0b68 commit 51013c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/mcpgateway/federation/test_forward.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ async def test_init():
142142
await service._http_client.aclose()
143143

144144

145-
@pytest.mark.anyio
145+
@pytest.mark.asyncio # Use asyncio-only for this specific test
146146
async def test_start_stop(fwd_service):
147147
"""Test start and stop methods."""
148148
# Start already happened in fixture

0 commit comments

Comments
 (0)