diff --git a/core/TESTS/test_parsers.py b/core/TESTS/test_parsers.py index 1fd46b0b4..8274f896a 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