From d13232b29d43d6c4d55a397f11876b1bd7d4c098 Mon Sep 17 00:00:00 2001 From: Zach Fuller Date: Wed, 3 Jul 2024 21:48:39 -0700 Subject: [PATCH] explicitly adding _aws_credentials fixture to try and fix error in ci --- tests/test_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,