From 012e4665721e61ace74cd0b55a47dbaf05d87c50 Mon Sep 17 00:00:00 2001 From: Tom Bocklisch Date: Fri, 27 Oct 2023 13:27:48 +0200 Subject: [PATCH] test for regular flow --- tests/core/actions/test_action_trigger_flow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/core/actions/test_action_trigger_flow.py b/tests/core/actions/test_action_trigger_flow.py index 6f81cbb51ef5..652007f7fd38 100644 --- a/tests/core/actions/test_action_trigger_flow.py +++ b/tests/core/actions/test_action_trigger_flow.py @@ -26,6 +26,7 @@ async def test_action_trigger_flow(): assert len(event.value) == 1 assert event.value[0]["type"] == UserFlowStackFrame.type() assert event.value[0]["flow_id"] == "foo" + assert event.value[0]["frame_type"] == FlowStackFrameType.REGULAR.value async def test_action_trigger_flow_with_slots():