removed the remaining profile feature"

This commit is contained in:
asaki222 2024-09-17 17:41:34 -04:00
parent eabbc086ef
commit e8d36b9d94
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4
3 changed files with 123 additions and 150 deletions

View file

@ -256,7 +256,6 @@ class TestDomainRequest(TestCase):
email_allowed.delete()
@override_flag("profile_feature", active=True)
@less_console_noise_decorator
def test_submit_from_started_sends_email_to_creator(self):
"""Tests if, when the profile feature flag is on, we send an email to the creator"""