Skip to content

Commit

Permalink
fixup! mozillaGH-36 Add tests for multi-policy support and csp_append…
Browse files Browse the repository at this point in the history
…/csp_select decorators
  • Loading branch information
DylanYoung committed May 25, 2022
1 parent fb8be39 commit a6685c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csp/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def policy_eq(
):
if not isinstance(a, list):
a = [(a, report_only, exclude_url_prefixes)]
if not isinstance(a, list):
if not isinstance(b, list):
b = [(b, report_only, exclude_url_prefixes)]

for (
Expand Down

0 comments on commit a6685c3

Please sign in to comment.