From 0a72e50c900c97b8736ba2fb1b00badfaedd242a Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 5 Oct 2023 15:36:04 +0300 Subject: [PATCH] tests now do all work, honest --- core/TESTS/test_parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/TESTS/test_parsers.py b/core/TESTS/test_parsers.py index 1fd46b0..8274f89 100644 --- a/core/TESTS/test_parsers.py +++ b/core/TESTS/test_parsers.py @@ -208,7 +208,7 @@ class ImportTest(TestCase): content = response.content.decode() # with open('_test_response.html', 'w') as f: # f.write(content) - ph = f"{TEST_YEAR}" + ph = f"{TEST_YEAR}" phmatch = re.search(ph, content) self.assertIsNotNone(phmatch, "Failed to find expected text: '" + ph + "'") \ No newline at end of file