Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Jun 24, 2024
1 parent 497271a commit 867e4b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/redturtle/volto/tests/test_advancedsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def test_search_bar(self):
response = self.api_session.get("/@search", params={"SearchableText": "bar"})
self.assertEqual(response.status_code, 200)
result = response.json()
import pdb; pdb.set_trace()
self.assertEqual(result["items_total"], 3)
self.assertEqual(
["d1", "e1", "f1"], [item["@id"].split("/")[-1] for item in result["items"]]
Expand Down

0 comments on commit 867e4b8

Please sign in to comment.