We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594c73c commit 08addbdCopy full SHA for 08addbd
1 file changed
tests/test_builtin_agent.py
@@ -202,9 +202,9 @@ async def test_agent_run_passes_identity_headers_even_with_runtime_model_overrid
202
await agent.run(
203
session_id="user/s1",
204
prompt="hello",
205
- state={"_runtime_workspace": "/tmp"},
+ state={"_runtime_workspace": "/tmp"}, # noqa: S108
206
model="openrouter:qwen/qwen3-coder-next",
207
- ) # noqa: S108
+ )
208
209
assert fake_tapes.run_tools_extra_headers == {
210
"HTTP-Referer": "https://openclaw.ai",
0 commit comments