Skip to content

Commit

Permalink
Update tests/integration/test_auth.py
Browse files Browse the repository at this point in the history
Removed copy of the list

Co-authored-by: Matt Fisher <[email protected]>
  • Loading branch information
Sherwin-14 and mfisher87 authored Jul 5, 2024
1 parent 84794f5 commit a0e1ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_auth_can_create_authenticated_requests_sessions():
assertions.assertTrue("Bearer" in session.headers["Authorization"])


@pytest.mark.parametrize("daac", [daac for daac in earthaccess.daac.DAACS])
@pytest.mark.parametrize("daac", earthaccess.daac.DAACS)
def test_auth_can_fetch_s3_credentials(daac):
activate_environment()
auth = earthaccess.login(strategy="environment")
Expand Down

0 comments on commit a0e1ff5

Please sign in to comment.