Skip to content

Commit 8db90d2

Browse files
committed
remove unused test fixture
1 parent 2cbcf12 commit 8db90d2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/unit_tests/rc_mcp/conftest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ def patch_sse_client():
4747
with patch("requestcompletion.rc_mcp.main.sse_client", return_value=cm_mock) as p:
4848
yield p
4949

50-
@pytest.fixture
51-
def patch_httpx_AsyncClient():
52-
with patch("requestcompletion.rc_mcp.main.httpx.AsyncClient") as p:
53-
yield p
54-
5550
@pytest.fixture
5651
def patch_CallbackServer():
5752
with patch("requestcompletion.rc_mcp.main.CallbackServer") as p:

0 commit comments

Comments
 (0)