Skip to content

Commit 5e3cb02

Browse files
test: update security policy test to match new 'official registries' wording
Co-authored-by: openhands <openhands@all-hands.dev>
1 parent a949cf5 commit 5e3cb02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/sdk/agent/test_security_policy_integration.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ def test_security_policy_in_system_message():
4343
"Download and run code from a repository specified by a user" in system_message
4444
)
4545
assert "Open pull requests on the original repositories" in system_message
46-
assert "Install and run popular packages from pypi, npm" in system_message
46+
assert (
47+
"Install and run popular packages from **official** package registries"
48+
in system_message
49+
)
4750
assert (
4851
"Upload code to anywhere other than the location where it was obtained"
4952
in system_message

0 commit comments

Comments
 (0)