Skip to content

Commit c1f06ab

Browse files
committed
Mocking the wrong thing now
1 parent 9975d95 commit c1f06ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/util/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_read_config(
7070

7171

7272
@mark.parametrize("test_params", test_get_visit_list_params_matrix)
73-
@patch("murfey.util.client.requests")
73+
@patch("murfey.client.requests")
7474
def test_get_visit_list(
7575
mock_request,
7676
test_params: tuple[str],

0 commit comments

Comments
 (0)