We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f43fe commit 0f02b5fCopy full SHA for 0f02b5f
tests/hdx/api/test_ckan.py
@@ -32,7 +32,7 @@ class TestCKAN:
32
def configuration(self):
33
hdx_key = getenv("HDX_KEY_TEST")
34
Configuration._create(
35
- hdx_site="demo",
+ hdx_site="stage",
36
user_agent="test",
37
hdx_key=hdx_key,
38
)
0 commit comments