Skip to content

Commit

Permalink
Remove cookie pages from static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Aug 29, 2024
1 parent 9aec7c5 commit a3d9ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/main/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ def test_sitemap_xml(self, m):
rv.text,
)
self.assertIn(f"<loc>{self.domain}/browse/</loc>", rv.text)
self.assertIn(f"<loc>{self.domain}/cookies/</loc>", rv.text)
self.assertIn(f"<loc>{self.domain}/cookies/details/</loc>", rv.text)
# self.assertIn(f"<loc>{self.domain}/cookies/</loc>", rv.text)
# self.assertIn(f"<loc>{self.domain}/cookies/details/</loc>", rv.text)

0 comments on commit a3d9ede

Please sign in to comment.