Skip to content

Commit 0661937

Browse files
committed
Forgot to patch 'requests' to its new location
1 parent cda4d35 commit 0661937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/tui/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
@pytest.mark.parametrize("test_params", test_get_visit_list_params_matrix)
20-
@mock.patch("murfey.client.requests")
20+
@mock.patch("murfey.client.tui.main.requests")
2121
def test_get_visit_list(
2222
mock_request,
2323
test_params: tuple[str],

0 commit comments

Comments
 (0)