We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b352910 commit 4496570Copy full SHA for 4496570
tests/policy_engine/test_existing_policy.py
@@ -40,6 +40,7 @@ def test_verify_existing_policy_success(tmp_path: Path) -> None:
40
database=str(db_file),
41
show_prelude=False,
42
file=None,
43
+ list_policies=False,
44
existing_policy="malware-detection",
45
package_url="pkg:pypi/django",
46
)
@@ -56,6 +57,7 @@ def test_verify_existing_policy_not_found(tmp_path: Path) -> None:
56
57
58
59
60
61
existing_policy="no-such-policy",
62
63
0 commit comments