diff --git a/packages/server/src/automations/tests/utilities/AutomationTestBuilder.ts b/packages/server/src/automations/tests/utilities/AutomationTestBuilder.ts index 9824c99c4f..c7a5cf1077 100644 --- a/packages/server/src/automations/tests/utilities/AutomationTestBuilder.ts +++ b/packages/server/src/automations/tests/utilities/AutomationTestBuilder.ts @@ -208,7 +208,7 @@ class AutomationRunner { // Remove the trigger step from the response. results.steps.shift() - return response + return results } }