Skip to content

Commit

Permalink
Remove unused constant from test
Browse files Browse the repository at this point in the history
  • Loading branch information
jobselko committed Dec 11, 2024
1 parent fded07c commit 375e86c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions collectors/ps_constants/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 375e86c

Please sign in to comment.