Skip to content

Commit ee69361

Browse files
Formatting
1 parent 6ead90f commit ee69361

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/e2e/test_rpc.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ async def test_should_call_session_rpc_model_switch_to(self, ctx: E2ETestContext
9696
assert before.model_id is not None
9797

9898
# Switch to a different model
99-
result = await session.rpc.model.switch_to(
100-
SessionModelSwitchToParams(model_id="gpt-4.1")
101-
)
99+
result = await session.rpc.model.switch_to(SessionModelSwitchToParams(model_id="gpt-4.1"))
102100
assert result.model_id == "gpt-4.1"
103101

104102
# Verify the switch persisted

0 commit comments

Comments
 (0)