summaryrefslogtreecommitdiffstats
path: root/core/TESTS
diff options
context:
space:
mode:
Diffstat (limited to 'core/TESTS')
-rw-r--r--core/TESTS/test_parsers.py2
1 files changed, 1 insertions, 1 deletions
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"<td><a href=\"/personexpedition/FredSmartarse/{TEST_YEAR}\">{TEST_YEAR}</a></td>"
+ ph = f"<td><a href=\"/personexpedition/fred-smartarse/{TEST_YEAR}\">{TEST_YEAR}</a></td>"
phmatch = re.search(ph, content)
self.assertIsNotNone(phmatch, "Failed to find expected text: '" + ph + "'")
\ No newline at end of file