mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 17:56:11 +02:00
cleanup
This commit is contained in:
parent
52dc04c1ac
commit
a92ca84ccb
1 changed files with 0 additions and 3 deletions
|
@ -14,9 +14,6 @@ class TestDomainApplicationAdmin(TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.site = AdminSite()
|
self.site = AdminSite()
|
||||||
self.factory = RequestFactory()
|
self.factory = RequestFactory()
|
||||||
# self.admin = ListHeaderAdmin(model=DomainApplication, admin_site=None)
|
|
||||||
# self.client = Client(HTTP_HOST="localhost:8080")
|
|
||||||
# self.superuser = create_superuser(self)
|
|
||||||
|
|
||||||
@boto3_mocking.patching
|
@boto3_mocking.patching
|
||||||
def test_save_model_sends_submitted_email(self):
|
def test_save_model_sends_submitted_email(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue