mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 21:20:44 +00:00
Potential fix for code scanning alert no. 110: Replacement of a substring with itself
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
3edbf561e6
commit
849a7327eb
1 changed files with 1 additions and 1 deletions
|
|
@ -1122,7 +1122,7 @@ describe('Tool Control Parameters (E2E)', () => {
|
|||
...input,
|
||||
file_path: (input['file_path'] as string).replace(
|
||||
'test.txt',
|
||||
'test.txt',
|
||||
'./test.txt',
|
||||
),
|
||||
};
|
||||
return { behavior: 'allow', updatedInput: modifiedInput };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue