mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 09:46:06 +02:00
Unbreak the test_changelist_view test
This commit is contained in:
parent
0906d3d3cc
commit
cb1dca6864
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class TestDomainApplicationAdmin(TestCase):
|
|||
self.site = AdminSite()
|
||||
self.factory = RequestFactory()
|
||||
self.admin = ListHeaderAdmin(model=DomainApplication, admin_site=None)
|
||||
self.client = Client(HTTP_HOST="localhoost:8080")
|
||||
self.client = Client(HTTP_HOST="localhost:8080")
|
||||
username = "admin"
|
||||
first_name = "First"
|
||||
last_name = "Last"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue