diff --git a/demisto_sdk/commands/run_test_playbook/test_playbook_runner.py b/demisto_sdk/commands/run_test_playbook/test_playbook_runner.py index e0f8057ac63..d8cde707a86 100644 --- a/demisto_sdk/commands/run_test_playbook/test_playbook_runner.py +++ b/demisto_sdk/commands/run_test_playbook/test_playbook_runner.py @@ -235,7 +235,7 @@ def create_incident_with_test_playbook( raise e logger.info( - f"The test playbook: {self.test_playbook_path} was triggered successfully." + f"The test playbook: {test_playbook_id} was triggered successfully." ) return response.id