mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-06-03 23:50:25 +00:00
stage-batch41: update test_issue1824 snippet-limit assertion 200->4000 (follows #3117)
This commit is contained in:
@@ -21,7 +21,7 @@ def test_cli_tool_result_diff_snippet_is_not_cut_to_200_chars():
|
||||
"if(_cliLooksLikePatchDiff(fullText))return_clipCliToolSnippet(fullText);"
|
||||
in COMPACT_UI
|
||||
)
|
||||
assert "returnString(fullText||'').slice(0,200);" in COMPACT_UI
|
||||
assert "returnString(fullText||'').slice(0,4000);" in COMPACT_UI
|
||||
|
||||
|
||||
def test_cli_tool_fallback_promotes_apply_patch_args_to_tool_card_snippet():
|
||||
|
||||
Reference in New Issue
Block a user