test: use raw docstring in test_run_tool_media_re to silence escape warning

This commit is contained in:
teknium1
2026-05-30 07:38:03 -07:00
committed by Teknium
parent 51d165a8e7
commit 1b955450e3
+1 -1
View File
@@ -1,4 +1,4 @@
"""Tests for _TOOL_MEDIA_RE regex patterns in gateway/run.py.
r"""Tests for _TOOL_MEDIA_RE regex patterns in gateway/run.py.
Issue #34632: The _TOOL_MEDIA_RE patterns in GatewayRunner used (?:/|~\/) to
anchor paths, which only matched Unix-style absolute and home-relative paths.