Skip to content

Commit

Permalink
fix val
Browse files Browse the repository at this point in the history
  • Loading branch information
anthayes92 committed Sep 13, 2024
1 parent 20c9d09 commit 56f8662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/data_manager/test_dataset_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def mock_get_args():
return MagicMock()


@pytest.fixture(autouse=False)
@pytest.fixture(autouse=True)
def mock_requests_get(request, monkeypatch, mock_get_args):
"""Patches `requests.get()` in the data_manager module so that
it returns mock JSON data for the foldermap and data struct."""
Expand Down

0 comments on commit 56f8662

Please sign in to comment.