mirror of
https://github.com/meeb/tubesync.git
synced 2025-04-06 17:41:48 +00:00
Adjust the test for Django 5.2
This commit is contained in:
parent
f5ad4eda16
commit
a13e5942ae
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user