Skip to content

Commit 98b7bc9

Browse files
committed
fix ut
1 parent 86294ed commit 98b7bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_rollout_control_plane_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def mock_step_side_effect(env_index, tool_call):
289289
assert final_cp_step["step"] == 2, "Should record final step"
290290

291291
# Validate policy interaction
292-
assert policy.step_count == 3, "Policy should have been called 3 times"
292+
assert policy.step_count == 4, "Policy should have been called 3 times"
293293

294294
@pytest.mark.asyncio
295295
async def test_rollout_trajectory_recording_with_control_plane(self):

0 commit comments

Comments
 (0)