Skip to content

Commit

Permalink
update email bounce test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Costello committed Dec 11, 2024
1 parent be071db commit b435b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/util/tests/test_bounced_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,6 @@ def test_get_valid_recipients(self):
recipients
)
self.assertEqual(
get_valid_recipients(recipients, domain=self.bad_domain),
get_valid_recipients(recipients, domain=self.bad_domain, is_conditional_alert=True),
[]
)

0 comments on commit b435b98

Please sign in to comment.