We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f02b5f commit 4681163Copy full SHA for 4681163
2 files changed
.github/workflows/run-python-tests.yaml
@@ -33,6 +33,9 @@ jobs:
33
uv run ruff check
34
35
- name: Test with pytest
36
+ env:
37
+ HDX_KEY_TEST: ${{ secrets.HDX_BOT_SCRAPERS_API_TOKEN }}
38
+ GSHEET_AUTH: ${{ secrets.HDX_PIPELINE_GSHEET_AUTH }}
39
run: uv run pytest
40
41
- name: Publish Unit Test Results
tests/hdx/api/test_ckan.py
@@ -32,7 +32,7 @@ class TestCKAN:
32
def configuration(self):
hdx_key = getenv("HDX_KEY_TEST")
Configuration._create(
- hdx_site="stage",
+ hdx_site="demo",
user_agent="test",
hdx_key=hdx_key,
)
0 commit comments