Skip to content

Commit 08addbd

Browse files
committed
test(agent): satisfy ruff for app identity tests
1 parent 594c73c commit 08addbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_builtin_agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ async def test_agent_run_passes_identity_headers_even_with_runtime_model_overrid
202202
await agent.run(
203203
session_id="user/s1",
204204
prompt="hello",
205-
state={"_runtime_workspace": "/tmp"},
205+
state={"_runtime_workspace": "/tmp"}, # noqa: S108
206206
model="openrouter:qwen/qwen3-coder-next",
207-
) # noqa: S108
207+
)
208208

209209
assert fake_tapes.run_tools_extra_headers == {
210210
"HTTP-Referer": "https://openclaw.ai",

0 commit comments

Comments
 (0)