Skip to content

Commit

Permalink
Merge pull request #632 from RasaHQ/erohmensing-patch-1
Browse files Browse the repository at this point in the history
remove unneeded fixture from test
  • Loading branch information
indam23 authored Apr 29, 2021
2 parents 3061f3a + 24d7a7a commit eb07723
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,7 @@ def test_action_submit_subscribe_newsletter_form_subscribed(


def test_action_community_events(
tracker: Tracker,
dispatcher: CollectingDispatcher,
domain: DomainDict,
mailchimp_unsubscribed_email: Text,
tracker: Tracker, dispatcher: CollectingDispatcher, domain: DomainDict,
):
action = actions.ActionCommunityEvent()
actual_events = action.run(dispatcher, tracker, domain)
Expand Down

0 comments on commit eb07723

Please sign in to comment.