Skip to content

Commit

Permalink
Update assert tests/integration/test_auth.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chuck Daniels <[email protected]>
  • Loading branch information
Sherwin-14 and chuckwondo authored Jul 27, 2024
1 parent d9663ac commit 1005dc4
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 @@ -83,7 +83,7 @@ def test_auth_can_create_authenticated_requests_sessions():
def test_auth_can_fetch_s3_credentials(daac):
activate_environment()
auth = earthaccess.login(strategy="environment")
assertions.assertTrue(auth.authenticated)
assert auth.authenticated
try:
logger.info(f"Testing S3 credentials for {daac['short-name']}")
credentials = earthaccess.get_s3_credentials(daac["short-name"])
Expand Down

0 comments on commit 1005dc4

Please sign in to comment.