diff --git a/aaq/tests/test_views.py b/aaq/tests/test_views.py index a50bac6f..412b074d 100644 --- a/aaq/tests/test_views.py +++ b/aaq/tests/test_views.py @@ -304,8 +304,8 @@ def test_search(self): self.assertIn("feedback_secret_key", response.data) assert response.json() == { - "message": "*0* - Example content title\n*1* -/\ - Another example content title", + "message": "*0* - Example content title\n*1* -" + " Another example content title", "body": { "0": {"text": "Example content text", "id": 23}, "1": {"text": "Another example content text", "id": 12},