We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530ddb6 commit 054c270Copy full SHA for 054c270
tests/test_prefect.py
@@ -773,9 +773,7 @@ async def test_run_stream_events_in_flow(allow_model_requests: None) -> None:
773
774
@flow(name='test_run_stream_events_in_flow')
775
async def run_stream_events_workflow():
776
- return [
777
- event async for event in simple_prefect_agent.run_stream_events('What is the capital of Mexico?')
778
- ] # pragma: no cover
+ return [event async for event in simple_prefect_agent.run_stream_events('What is the capital of Mexico?')]
779
780
with flow_raises(
781
UserError,
0 commit comments