Skip to content

Commit

Permalink
DAS-2034 - Update test name to remove retry reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlittlejohns committed Dec 20, 2023
1 parent 828cd16 commit 0a89db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_download_url(self, mock_util_download):
)
mock_util_download.reset_mock()

with self.subTest('500 error triggers a retry.'):
with self.subTest('500 error is caught and handled.'):
mock_util_download.side_effect = [self.harmony_500_error,
http_response]

Expand Down

0 comments on commit 0a89db0

Please sign in to comment.