Skip to content

Commit

Permalink
clear queue after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Sep 13, 2024
1 parent e404df7 commit d5cc60f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def setUp(self):

def tearDown(self):
dead_letter_queue.is_testing = True
dead_letter_queue.clear()

@patch("requests.Session")
def test_post_success(self, mock_session):
Expand Down

0 comments on commit d5cc60f

Please sign in to comment.