Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogost committed Jun 12, 2024
1 parent e8c6615 commit 10148cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions post_office/tests/test_mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ def test_send_bulk_with_faulty_template(self):
email = Email.objects.get(id=email.id)
self.assertEqual(email.status, STATUS.sent)

@override_settings(USE_TZ=False)
def test_retry_failed(self):
self.assertEqual(get_retry_timedelta(), timezone.timedelta(minutes=15))
self.assertEqual(get_max_retries(), 2)
Expand Down

0 comments on commit 10148cd

Please sign in to comment.