mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Fix typos (#11162)
This commit is contained in:
committed by
GitHub
parent
d991b9880d
commit
bb563d6dd1
@@ -485,7 +485,7 @@ def test_custom_secrets_descriptions_serialization(prompt_dir):
|
||||
# Verify that the workspace context includes the custom_secrets_descriptions
|
||||
assert '<CUSTOM_SECRETS>' in workspace_context
|
||||
for secret_name, secret_description in custom_secrets.items():
|
||||
assert f'$**{secret_name}**' in workspace_context
|
||||
assert f'**${secret_name}**' in workspace_context
|
||||
assert secret_description in workspace_context
|
||||
|
||||
assert '<CONVERSATION_INSTRUCTIONS>' in workspace_context
|
||||
|
||||
Reference in New Issue
Block a user