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