Skip to content

Commit

Permalink
explicitly adding _aws_credentials fixture to try and fix error in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Jul 4, 2024
1 parent 8f73425 commit d13232b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d13232b

Please sign in to comment.