Skip to content

Commit

Permalink
test for regular flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Oct 27, 2023
1 parent 22a66ef commit 012e466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core/actions/test_action_trigger_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 012e466

Please sign in to comment.