Skip to content

Commit

Permalink
remove tests for obsolete search endpoints (#3688)
Browse files Browse the repository at this point in the history
  • Loading branch information
escattone authored May 3, 2021
1 parent 974f86a commit e74a005
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/integration/headless/test_cdn.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ def test_not_cached(base_url, is_behind_cdn, slug, status, expected_location):
("/en-US/signup", 200, None),
("/en-US/signin", 200, None),
("/en-US/settings", 200, None),
("/en-US/search/xml", 200, None),
("/en-US/search.json?q=yada", 301, "/api/v1/search?q=yada"),
("/en-US/search?q=css", 200, None),
("/en-US/search/?q=css", 302, "/en-US/search?q=css"),
("/en-US/search/?q=html", 302, "/en-US/search?q=html"),
Expand Down

0 comments on commit e74a005

Please sign in to comment.