From 576abf9e49e94b82f3414231e2705567a4e4929a Mon Sep 17 00:00:00 2001 From: Vivekanand Ilango Date: Mon, 14 Aug 2023 10:10:06 +0200 Subject: [PATCH] Remove test specific mock DDEV_SKIP_GENERIC_TAGS_CHECK --- elastic/tests/test_unit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/elastic/tests/test_unit.py b/elastic/tests/test_unit.py index 70b01adc15686..407271a61a125 100644 --- a/elastic/tests/test_unit.py +++ b/elastic/tests/test_unit.py @@ -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',