Adjust the test for Django 5.2

This commit is contained in:
tcely 2025-04-03 00:37:26 -04:00 committed by GitHub
parent f5ad4eda16
commit a13e5942ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,7 @@ class FrontEndTestCase(TestCase):
else:
# Invalid source tests should reload the page with an error
self.assertEqual(response.status_code, 200)
self.assertIn('<ul class="errorlist">',
self.assertIn('<ul class="errorlist"',
response.content.decode())
def test_add_source_prepopulation(self):