Test the test_changelist_view test in CI by breaking it on purpose

This commit is contained in:
rachidatecs 2023-06-30 12:57:54 -04:00
parent 0ee7e71fc1
commit 0906d3d3cc
No known key found for this signature in database
GPG key ID: 3CEBBFA7325E5525

View file

@ -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="localhost:8080")
self.client = Client(HTTP_HOST="localhoost:8080")
username = "admin"
first_name = "First"
last_name = "Last"