test(core): update scheduler policy tests for new argsPattern format

This commit is contained in:
Abhijit Balaji
2026-05-05 14:09:33 -07:00
parent 5290c51451
commit 11eadac9af
+1 -1
View File
@@ -770,7 +770,7 @@ describe('policy.ts', () => {
expect.objectContaining({
toolName: 'write_file',
argsPattern:
'\\\\0' + escapeRegex('"file_path":"src/foo.ts"') + '\\\\0',
'\\x00' + escapeRegex('"file_path":"src/foo.ts"') + '\\x00',
}),
);
});