From 1b70ccea3e782b171560e997499c19015e8b5980 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 16 Jan 2023 19:52:05 +0000 Subject: consistent tests with logbooks junk removal --- core/TESTS/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/TESTS/tests.py') diff --git a/core/TESTS/tests.py b/core/TESTS/tests.py index fa539d9..e74a11b 100644 --- a/core/TESTS/tests.py +++ b/core/TESTS/tests.py @@ -204,7 +204,7 @@ class PageTests(TestCase): response = self.client.get('/admin/login/') content = response.content.decode() self.assertEqual(response.status_code, 200) - ph = r'

Troggle administration

' + ph = r'

Troggle database administration

' phmatch = re.search(ph, content) self.assertIsNotNone(phmatch, "Failed to find expected text: '" + ph +"'") -- cgit v1.2.3