Skip to content

Commit

Permalink
Remove replicated key from mock issues in tests (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh authored Nov 13, 2024
1 parent 6f26d69 commit 35f44c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_intermediary.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def setUp(self):
'labels': 'mock_tags',
'milestone': 'mock_milestone',
'priority': 'mock_priority',
'storypoints': '1.0',
'body': 'mock_content',
'user': 'mock_reporter',
'assignees': 'mock_assignee',
Expand Down Expand Up @@ -117,7 +116,6 @@ def test_from_github_open_without_priority(self):
'id': 1234,
'labels': 'mock_tags',
'milestone': 'mock_milestone',
'storypoints': '1.0',
'body': 'mock_content',
'user': 'mock_reporter',
'assignees': 'mock_assignee',
Expand Down

0 comments on commit 35f44c1

Please sign in to comment.