-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update env var names from thos orig used in earthaccess [nsidc_tests]
- Loading branch information
1 parent
6122fd6
commit 9756c50
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ def reg(): | |
|
||
@pytest.fixture(scope="module") | ||
def session(reg): | ||
os.environ = {"EARTHDATA_EMAIL": "[email protected]"} | ||
ed_obj = reg.session | ||
yield ed_obj | ||
ed_obj.close() | ||
|