From a6685c32c91729221af54bb83c5d5a5047315d60 Mon Sep 17 00:00:00 2001 From: Dylan Young Date: Wed, 25 May 2022 00:59:24 -0300 Subject: [PATCH] fixup! GH-36 Add tests for multi-policy support and csp_append/csp_select decorators --- csp/tests/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csp/tests/test_utils.py b/csp/tests/test_utils.py index 88139e7..7fab895 100644 --- a/csp/tests/test_utils.py +++ b/csp/tests/test_utils.py @@ -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 (