diff --git a/server/tests/events_ml_parser_test.py b/server/tests/events_ml_parser_test.py index 89c5852..f3acaec 100644 --- a/server/tests/events_ml_parser_test.py +++ b/server/tests/events_ml_parser_test.py @@ -13,7 +13,7 @@ def test_subjects(self): self.assertTrue(self.item["invitation_details"].startswith("

")) url = "www.foobar.com/event/invitation" - link = f'{url}' + link = f'{url}' self.assertTrue(self.item["invitation_details"].startswith("

")) self.assertIn(link, self.item["invitation_details"])