Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Fisher <[email protected]>
  • Loading branch information
jrbourbeau and mfisher87 authored Oct 17, 2023
1 parent 5517c56 commit 234f9af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/integration/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ def test_auth_environ():


def test_auth_environ_raises(monkeypatch):
# Temporarily ensure `earthaccess.__auth__` always returns a
# new, unauthenticated `earthaccess.Auth`` instance
# Ensure `earthaccess.__auth__` always returns a new,
# unauthenticated `earthaccess.Auth` instance, bypassing
# automatic auth behavior
monkeypatch.setattr(earthaccess, "__auth__", earthaccess.Auth())

# Ensure `earthaccess.auth_environ()` raises an informative error
Expand Down

0 comments on commit 234f9af

Please sign in to comment.