From 0f6c2a3458993e6f9601c32d70bc778830bad9b6 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 2 Jan 2026 10:03:39 +1100 Subject: [PATCH] black --- tests/test_cspresso.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_cspresso.py b/tests/test_cspresso.py index 9025ff5..524bba6 100644 --- a/tests/test_cspresso.py +++ b/tests/test_cspresso.py @@ -55,7 +55,7 @@ def test_include_sourcemaps_adds_jsdelivr_to_connect_src(): res = asyncio.run( crawl_and_generate_csp( "https://enroll.sh", - max_pages=1, # faster; bootstrap assets are on the homepage + max_pages=1, # faster; bootstrap assets are on the homepage timeout_ms=60000, include_sourcemaps=True, ) @@ -109,4 +109,3 @@ def test_parse_csp_smoke(): assert d["default-src"] == ["'self'"] assert d["object-src"] == ["'none'"] assert d["upgrade-insecure-requests"] == [] -