@@ -69,7 +69,7 @@ def test_premium_layout_uses_one_bounded_ultrawide_grid():
|
||||
|
||||
def test_css_imports_share_the_release_cache_version():
|
||||
css = (settings.BASE_DIR / "static" / "css" / "app.css").read_text(encoding="utf-8")
|
||||
assert css.count("?v=0.3.11") == 7
|
||||
assert css.count("?v=0.3.12") == 7
|
||||
|
||||
|
||||
@pytest.mark.integration
|
||||
|
||||
Reference in New Issue
Block a user