We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e6054a8 commit 7dca6a4Copy full SHA for 7dca6a4
app/marketing/tests/test_marketing_utils.py
@@ -79,7 +79,7 @@ def test_allowed_to_send_email(self):
79
"""Test the marketing util test_allowed_to_send_email method."""
80
assert allowed_to_send_email('emailSubscriber1@gitcoin.co', 'foo')
81
assert allowed_to_send_email('emailSubscriber2@gitcoin.co', 'foo')
82
- assert allowed_to_send_email('emailSubscriber3@gitcoin.co', 'foo')
+ assert not allowed_to_send_email('emailSubscriber3@gitcoin.co', 'foo')
83
84
def test_get_of_get_or_save_email_subscriber(self):
85
"""Test the marketing util get_or_save_email_subscriber method."""
0 commit comments