Skip to content

Commit 2308471

Browse files
committed
Updating Environment Variable Keys for ASync Tests
1 parent 917c880 commit 2308471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_async_ngd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from osdatahub.AsyncAPI import AsyncHTTPClient
1111
from osdatahub.NGD.async_ngd_api import AsyncNGD
1212

13-
API_KEY = os.environ.get("OS_API_KEY")
13+
API_KEY = os.environ.get("OSDATAHUB_TEST_KEY")
1414

1515

1616
@pytest.mark.asyncio

0 commit comments

Comments
 (0)