Skip to content

Commit 7c438df

Browse files
committed
style: ruff format tests/test_openai_compat_structured.py (post-integration)
1 parent d505572 commit 7c438df

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_openai_compat_structured.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ def test_no_injection_for_unknown_endpoint(conclave_caplog):
158158
adapter = _adapter("custom", "https://llm.internal.example/v1/chat/completions", "CUSTOM_KEY")
159159
body = _build(adapter, "custom/private-model", OutputContract(schema=_SCHEMA))
160160
assert "response_format" not in body
161-
assert any("no capability record" in rec.getMessage().lower() for rec in conclave_caplog.records)
161+
assert any(
162+
"no capability record" in rec.getMessage().lower() for rec in conclave_caplog.records
163+
)
162164

163165

164166
# --------------------------------------------------------------------------- #

0 commit comments

Comments
 (0)