From a3d9ede69b72bd30d300409c8d5672ae9a8bae2c Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Thu, 29 Aug 2024 13:38:28 +0100 Subject: [PATCH] Remove cookie pages from static tests --- test/main/test_routes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/main/test_routes.py b/test/main/test_routes.py index 028b8770..2ae302ac 100644 --- a/test/main/test_routes.py +++ b/test/main/test_routes.py @@ -119,5 +119,5 @@ def test_sitemap_xml(self, m): rv.text, ) self.assertIn(f"{self.domain}/browse/", rv.text) - self.assertIn(f"{self.domain}/cookies/", rv.text) - self.assertIn(f"{self.domain}/cookies/details/", rv.text) + # self.assertIn(f"{self.domain}/cookies/", rv.text) + # self.assertIn(f"{self.domain}/cookies/details/", rv.text)