We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a949cf5 commit 5e3cb02Copy full SHA for 5e3cb02
tests/sdk/agent/test_security_policy_integration.py
@@ -43,7 +43,10 @@ def test_security_policy_in_system_message():
43
"Download and run code from a repository specified by a user" in system_message
44
)
45
assert "Open pull requests on the original repositories" in system_message
46
- assert "Install and run popular packages from pypi, npm" in system_message
+ assert (
47
+ "Install and run popular packages from **official** package registries"
48
+ in system_message
49
+ )
50
assert (
51
"Upload code to anywhere other than the location where it was obtained"
52
in system_message
0 commit comments