We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda4d35 commit 0661937Copy full SHA for 0661937
1 file changed
tests/client/tui/test_main.py
@@ -17,7 +17,7 @@
17
18
19
@pytest.mark.parametrize("test_params", test_get_visit_list_params_matrix)
20
-@mock.patch("murfey.client.requests")
+@mock.patch("murfey.client.tui.main.requests")
21
def test_get_visit_list(
22
mock_request,
23
test_params: tuple[str],
0 commit comments