diff --git a/features/steps/interaction_steps.py b/features/steps/interaction_steps.py index 5f261c7..8e01cf1 100644 --- a/features/steps/interaction_steps.py +++ b/features/steps/interaction_steps.py @@ -48,7 +48,7 @@ def step_impl(context, playbook_name): if "ignore_exception" in context.scenario.tags: try: context.phantom.run_playbooks(context.container) - except soarsdk.Exceptions.PlaybookException: + except soarsdk.exceptions.PlaybookException: pass else: context.phantom.run_playbooks(context.container)