Skip to content

Commit 54bdf19

Browse files
authored
add required input to pytest fixture (#252)
1 parent 5970477 commit 54bdf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icepyx/tests/test_behind_NSIDC_API_login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def reg(scope="module"):
1818
@pytest.fixture
1919
def session(reg, scope="module"):
2020
return Earthdata(
21-
"icepyx_devteam", "icepyx.dev@gmail.com", os.getenv("NSIDC_LOGIN")
21+
"icepyx_devteam", "icepyx.dev@gmail.com", capability_url="", pswd=os.getenv("NSIDC_LOGIN")
2222
)._start_session()
2323

2424

0 commit comments

Comments
 (0)