From 783cca316eafd52468782357e0729db2e4ba7b01 Mon Sep 17 00:00:00 2001 From: mabashian Date: Thu, 19 Apr 2018 11:05:03 -0400 Subject: [PATCH] Fixed broken wfjt save test --- awx/ui/test/spec/workflows/workflow-add.controller-test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/test/spec/workflows/workflow-add.controller-test.js b/awx/ui/test/spec/workflows/workflow-add.controller-test.js index 82421e0e6c..9eceb528ce 100644 --- a/awx/ui/test/spec/workflows/workflow-add.controller-test.js +++ b/awx/ui/test/spec/workflows/workflow-add.controller-test.js @@ -145,7 +145,8 @@ describe('Controller: WorkflowAdd', () => { labels: undefined, organization: undefined, variables: undefined, - extra_vars: undefined + extra_vars: undefined, + allow_simultaneous: undefined }); });