Skip to content

Commit

Permalink
refactor(tests): allow to setup the Datadog API Host URL (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdenef-adeo authored Nov 29, 2023
1 parent b1edb12 commit d6fc07d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ backends:
project_id: ${STACKDRIVER_HOST_PROJECT_ID}
samples.custom.custom_backend.CustomBackend: {}
datadog:
api_host: ${DATADOG_API_HOST}
api_key: ${DATADOG_API_KEY}
app_key: ${DATADOG_APP_KEY}
dynatrace:
Expand Down
1 change: 1 addition & 0 deletions tests/unit/test_stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"BIGQUERY_TABLE_ID": "fake",
"BIGQUERY_DATASET_ID": "fake",
"BIGQUERY_TABLE_NAME": "fake",
"DATADOG_API_HOST": "fake",
"DATADOG_API_KEY": "fake",
"DATADOG_APP_KEY": "fake",
"DATADOG_SLO_ID": "fake",
Expand Down

0 comments on commit d6fc07d

Please sign in to comment.