attempting to fix tests broken in pipeline

This commit is contained in:
David Kennedy 2024-03-04 13:54:17 -05:00
parent 7fd664b94a
commit 579d1db2e3
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -1816,7 +1816,7 @@ class ListHeaderAdminTest(TestCase):
self.superuser = create_superuser()
def test_changelist_view(self):
with less_console_noise():
# with less_console_noise():
# Have to get creative to get past linter
p = "adminpass"
self.client.login(username="superuser", password=p)