diff options
| author | mbcodes <mbcodes@protonmail.com> | 2024-11-12 20:17:15 -0800 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-01-09 15:55:46 -0500 |
| commit | 8a0315fab74d603813b2a64ab98d5a208a2eb6d1 (patch) | |
| tree | 29325b868ef46a37ec048f6e99260f25af31f5c3 /tests | |
| parent | 1d15c732bb9dde0fca8bd662a475bb51d0ab2756 (diff) | |
Refs #35875 -- Added dark mode support in additional views.
Thanks Thibaud Colas for the review.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/middleware/test_csp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/middleware/test_csp.py b/tests/middleware/test_csp.py index 3ab732fe2f..baf04d7650 100644 --- a/tests/middleware/test_csp.py +++ b/tests/middleware/test_csp.py @@ -203,4 +203,4 @@ class CSPSeleniumTestCase(SeleniumTestCase, StaticLiveServerTestCase): (r["csp-report"]["document-uri"], r["csp-report"]["violated-directive"]) for r in csp_reports ) - self.assertEqual(reports, [(url, "img-src"), (url, "style-src-elem")]) + self.assertEqual(reports, [(url, "style-src-elem")]) |
