summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabe Muniz <gmuniz@redhat.com>2022-12-15 17:55:57 +0100
committerGabe Muniz <gmuniz@redhat.com>2022-12-16 18:30:57 +0100
commitcc336e791cce212c0cec7faacc7b141c6ed99a46 (patch)
tree84d1b4039d62b86d809bf7a4c7ac32a0af701c85
parentThe current behavior of workflow job templates is to pass in an empty string ... (diff)
downloadawx-cc336e791cce212c0cec7faacc7b141c6ed99a46.tar.xz
awx-cc336e791cce212c0cec7faacc7b141c6ed99a46.zip
fix expected test result
-rw-r--r--awx/ui/src/screens/Template/WorkflowJobTemplateAdd/WorkflowJobTemplateAdd.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/awx/ui/src/screens/Template/WorkflowJobTemplateAdd/WorkflowJobTemplateAdd.test.js b/awx/ui/src/screens/Template/WorkflowJobTemplateAdd/WorkflowJobTemplateAdd.test.js
index 8eaab645fc..1640b9cf4e 100644
--- a/awx/ui/src/screens/Template/WorkflowJobTemplateAdd/WorkflowJobTemplateAdd.test.js
+++ b/awx/ui/src/screens/Template/WorkflowJobTemplateAdd/WorkflowJobTemplateAdd.test.js
@@ -119,7 +119,7 @@ describe('<WorkflowJobTemplateAdd/>', () => {
job_tags: null,
limit: null,
organization: undefined,
- scm_branch: '',
+ scm_branch: null,
skip_tags: null,
webhook_credential: undefined,
webhook_service: '',