Skip to content

Commit

Permalink
Remove test specific mock DDEV_SKIP_GENERIC_TAGS_CHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-datadog committed Aug 14, 2023
1 parent a00153b commit 576abf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion elastic/tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def test__get_data_throws_authentication_error(instance):
check._get_data(url='test.com')


@mock.patch.dict('os.environ', {'DDEV_SKIP_GENERIC_TAGS_CHECK': 'true'})
def test__get_data_creates_critical_service_alert(aggregator, instance):
with mock.patch(
'requests.get',
Expand Down

0 comments on commit 576abf9

Please sign in to comment.