From 1e8eb8aed2b77cbed3c4afa999c230060623329e Mon Sep 17 00:00:00 2001 From: Caleb Riggs Date: Thu, 25 Jan 2024 16:00:46 -0500 Subject: [PATCH] Fixed capital E --- features/steps/interaction_steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)