Skip to content

Commit 11e6004

Browse files
committed
tidy text
1 parent e868364 commit 11e6004

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/e2e/smoke/base/test_e2e_smoke.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,7 @@ async def test_error_handling_e2e(fast_agent, model_name):
201201
)
202202
async def agent_function():
203203
async with fast.run() as agent:
204-
result = await agent.agent.generate("fail please")
205-
206-
# assert 4 == len(provider_history.get())
207-
assert result
204+
await agent.agent.generate("fail please")
208205

209206
assert 4 == len(agent.agent.message_history)
210207
# this makes sure that the user message has the tool result with the error

0 commit comments

Comments
 (0)