Skip to content

Commit 379cc9c

Browse files
committed
style: ruff format (collapse one-line call in graph test)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d247683 commit 379cc9c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_teams_graph_primitive.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,7 @@ async def test_colon_in_relative_graph_path_still_joins_onto_the_trusted_base(se
343343
# parse-based routing still joins it onto the trusted base — it is not
344344
# over-rejected as an absolute URL.
345345
request = _fetch(_json_response(_TOKEN_BODY), _json_response({"id": "x"}))
346-
result = await paginate_teams_graph(
347-
"me/drive/root:/Reports/jan.csv:/content", _opts("p", fetch=request)
348-
)
346+
result = await paginate_teams_graph("me/drive/root:/Reports/jan.csv:/content", _opts("p", fetch=request))
349347
assert _url(request.await_args_list[1]) == (
350348
"https://graph.microsoft.com/v1.0/me/drive/root:/Reports/jan.csv:/content"
351349
)

0 commit comments

Comments
 (0)