mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 22:02:59 -07:00
test(core): update scheduler policy tests for new argsPattern format
This commit is contained in:
@@ -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',
|
||||
}),
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user