diff --git a/collectors/ps_constants/tests/test_core.py b/collectors/ps_constants/tests/test_core.py index c2290b389..0eac6bc31 100644 --- a/collectors/ps_constants/tests/test_core.py +++ b/collectors/ps_constants/tests/test_core.py @@ -13,17 +13,6 @@ pytestmark = pytest.mark.unit -SAMPLE_DATA = { - "rhel-1": [ - "test1", - "another1", - ], - "rhel-2": [ - "test2", - "another2", - ], -} - SAMPLE_JIRA_BUG_ISSUETYPE = { "bug_issuetype": [ "PROJ1",