Skip to content

Commit 2dadeb6

Browse files
committed
1 parent 4f9f05b commit 2dadeb6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tests/core/test_actions.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -510,21 +510,6 @@ async def test_action_session_start_without_slots(
510510
assert events == [SessionStarted(), ActionExecuted(ACTION_LISTEN_NAME)]
511511

512512

513-
async def test_action_session_start_with_metadata(
514-
default_channel: CollectingOutputChannel,
515-
template_nlg: TemplatedNaturalLanguageGenerator,
516-
template_sender_tracker: DialogueStateTracker,
517-
default_domain: Domain,
518-
):
519-
template_sender_tracker.events.append(
520-
SessionStarted(metadata={"metadataTestKey": "metadataTestValue"})
521-
)
522-
523-
await test_action_session_start_without_slots(
524-
default_channel, template_nlg, template_sender_tracker, default_domain
525-
)
526-
527-
528513
@pytest.mark.parametrize(
529514
"session_config, expected_events",
530515
[

0 commit comments

Comments
 (0)