Fix: Use testFile.name instead of testFile.content for Target File in error handling test

This commit is contained in:
Roo Code 2025-12-18 13:49:51 +00:00 committed by Dennise Bartlett
parent 238015a94f
commit 134b231ffd

View file

@ -783,7 +783,7 @@ argument-hint: <file-path> [search-pattern]
<task>
Test the apply_diff tool's error handling by attempting to replace a pattern that does not exist in the target file.
Target File: ${testFile.content}
Target File: ${testFile.name}
Search pattern: "PATTERN_THAT_DOES_NOT_EXIST_xyz123"
Replacement: "REPLACEMENT_xyz123"
</task>