Skip to content

Commit

Permalink
Update datadog_checks_dev/datadog_checks/dev/tooling/commands/test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Veaux <[email protected]>
  • Loading branch information
coignetp and FlorianVeaux authored Apr 9, 2021
1 parent 93da484 commit e04ef99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def test(
test_env_vars['TOX_TESTENV_PASSENV'] += f' {env}'
# Used for CI app product
test_env_vars['TOX_TESTENV_PASSENV'] += ' TF_BUILD BUILD* SYSTEM*'
test_env_vars['DD_SERVICE'] = os.getenv('DD_SERVICE', 'datadog-integrations-core')
test_env_vars['DD_SERVICE'] = os.getenv('DD_SERVICE', 'ddev-integrations')

org_name = ctx.obj['org']
org = ctx.obj['orgs'].get(org_name, {})
Expand Down

0 comments on commit e04ef99

Please sign in to comment.