Skip to content

Commit aa4547f

Browse files
phernandezclaude
andcommitted
fix(test): update integration test for new section-based error message
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>
1 parent d01ca0d commit aa4547f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-int/cli/test_cli_tool_edit_note_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def test_edit_note_replace_section_fails_without_section(
208208
)
209209

210210
assert result.exit_code != 0
211-
assert "section parameter is required for replace_section operation" in result.output
211+
assert "section parameter is required for section-based operations" in result.output
212212

213213

214214
def test_edit_note_append_creates_nonexistent_note_cli(

0 commit comments

Comments
 (0)