mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-29 17:28:05 -05:00
Remove cleaning `\\` or `\` in `got` and `want` strings of test cases. This is to prevent future the need to manually clean strings before comparing. This also allows us to be aware of the amount of backspace to prevent accidental escaping in src code. Update integration test that is affected. This includes moving the `want` of test cases for `my-param-tool` invocation to each sources since spanner have a different format (return id as strings instead of int).