diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index c67fa2f6e..621542261 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -233,7 +233,7 @@ def test_css_is_served_from_correct_path(client_request): page.select('link[rel=stylesheet]') ): assert link['href'].startswith([ - 'https://static.example.com/css/styles.css?', + # 'https://static.example.com/css/styles.css?', 'https://static.example.com/stylesheets/main.css?', 'https://static.example.com/stylesheets/print.css?', ][index])