Skip to content

Commit

Permalink
AAQ V2 search FAQ endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlamallama committed Aug 1, 2024
1 parent bb843e3 commit af84f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aaq/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit af84f66

Please sign in to comment.