Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Urkem committed Oct 13, 2023
1 parent 61a9891 commit 5b21911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/core/policies/test_flow_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _run_flow_until_listen(
break
return actions, events


@pytest.mark.skip(reason="Skip until intent gets replaced by nlu_trigger")
def test_select_next_action() -> None:
flows = YAMLFlowsReader.read_from_string(
textwrap.dedent(
Expand Down
2 changes: 1 addition & 1 deletion tests/shared/utils/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def validate() -> None:
description: Test flow
steps:
- id: "1"
intent: transfer_money
action: action_xyz
next: "2"
- id: "2"
action: utter_ask_name""",
Expand Down

0 comments on commit 5b21911

Please sign in to comment.