Had to update the test to reflect the new attached css

This commit is contained in:
Jonathan Bobel
2023-04-27 15:39:49 -04:00
parent 3bc273eced
commit 9feaec206c

View File

@@ -233,6 +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/stylesheets/main.css?',
'https://static.example.com/stylesheets/print.css?',
][index])