diff --git a/tests/integration/test_auth.py b/tests/integration/test_auth.py index c22b8888..95312083 100644 --- a/tests/integration/test_auth.py +++ b/tests/integration/test_auth.py @@ -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")