mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
attempting to fix tests broken in pipeline
This commit is contained in:
parent
7fd664b94a
commit
579d1db2e3
1 changed files with 33 additions and 33 deletions
|
@ -1816,7 +1816,7 @@ class ListHeaderAdminTest(TestCase):
|
||||||
self.superuser = create_superuser()
|
self.superuser = create_superuser()
|
||||||
|
|
||||||
def test_changelist_view(self):
|
def test_changelist_view(self):
|
||||||
with less_console_noise():
|
# with less_console_noise():
|
||||||
# Have to get creative to get past linter
|
# Have to get creative to get past linter
|
||||||
p = "adminpass"
|
p = "adminpass"
|
||||||
self.client.login(username="superuser", password=p)
|
self.client.login(username="superuser", password=p)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue