diff --git a/tests/test_endpoints.py b/tests/test_endpoints.py index b859692..6eff716 100644 --- a/tests/test_endpoints.py +++ b/tests/test_endpoints.py @@ -32,7 +32,7 @@ def mock_get_all_files(*args: Any, **kwargs: Any) -> Sequence[FileMetadataRecord @pytest.mark.asyncio() -@pytest.mark.usefixtures("_bucket_w_camera_img") +@pytest.mark.usefixtures("_bucket_w_camera_img", "_aws_credentials") async def test_get_file( client: AsyncClient, monkeypatch: pytest.MonkeyPatch,