Skip to content

Commit

Permalink
Remove unneeded code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
say-yawn committed Aug 18, 2021
1 parent 4b9ef53 commit 3c6c411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion emails/tests/models_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def test_make_relay_address_non_premium_user_cannot_pass_limit(self):
return
self.fail("Should have raised CannotMakeSubdomainException")

@override_settings(MOZMAIL_DOMAIN='test.com')
@patch('emails.models.DOMAINS', TEST_DOMAINS)
def test_make_relay_address_with_specified_domain(self):
relay_address = RelayAddress.make_relay_address(self.user_profile, domain='test.com')
Expand Down

0 comments on commit 3c6c411

Please sign in to comment.