Skip to content

Commit 68cc04e

Browse files
committed
test: format Python AgentStop E2E
Apply Ruff formatting to the new replay test. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4e1ece6 commit 68cc04e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

python/e2e/test_hooks_extended_e2e.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ async def on_error_occurred(input_data, invocation):
114114
finally:
115115
await session.disconnect()
116116

117-
async def test_should_invoke_agentstop_hook_and_apply_block_response(
118-
self, ctx: E2ETestContext
119-
):
117+
async def test_should_invoke_agentstop_hook_and_apply_block_response(self, ctx: E2ETestContext):
120118
inputs: list[dict] = []
121119

122120
async def on_agent_stop(input_data, invocation):

0 commit comments

Comments
 (0)