Skip to content

Commit cae9c52

Browse files
committed
style(auth): format Alibaba auth tests
1 parent f11c420 commit cae9c52

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/auth/test_alibaba_auth.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,7 @@ async def test_login_alibaba_uses_discovered_context_length(monkeypatch, tmp_pat
284284

285285
async def fake_request(*args: object, **kwargs: object) -> object:
286286
assert kwargs["headers"] == {"Authorization": "Bearer sk-test"}
287-
return _FakeAiohttpResponse(
288-
{"data": [{"id": "qwen3.7-max", "context_length": 512_000}]}
289-
)
287+
return _FakeAiohttpResponse({"data": [{"id": "qwen3.7-max", "context_length": 512_000}]})
290288

291289
monkeypatch.setattr(aiohttp.ClientSession, "_request", fake_request)
292290

0 commit comments

Comments
 (0)