From 291528d82397670e3cf8baca5d9f0c9c25701240 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Thu, 22 Aug 2019 09:36:36 -0400 Subject: [PATCH] adjust UI unit tests again bump migration bump migration again --- .../{0085_v360_WFJT_prompts.py => 0088_v360_WFJT_prompts.py} | 2 +- awx/ui/test/spec/workflows/workflow-add.controller-test.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename awx/main/migrations/{0085_v360_WFJT_prompts.py => 0088_v360_WFJT_prompts.py} (97%) diff --git a/awx/main/migrations/0085_v360_WFJT_prompts.py b/awx/main/migrations/0088_v360_WFJT_prompts.py similarity index 97% rename from awx/main/migrations/0085_v360_WFJT_prompts.py rename to awx/main/migrations/0088_v360_WFJT_prompts.py index 7df324e9fa..151f85129b 100644 --- a/awx/main/migrations/0085_v360_WFJT_prompts.py +++ b/awx/main/migrations/0088_v360_WFJT_prompts.py @@ -7,7 +7,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('main', '0084_v360_token_description'), + ('main', '0087_v360_update_credential_injector_help_text'), ] operations = [ 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 46cf24f730..792ae75138 100644 --- a/awx/ui/test/spec/workflows/workflow-add.controller-test.js +++ b/awx/ui/test/spec/workflows/workflow-add.controller-test.js @@ -151,6 +151,8 @@ describe('Controller: WorkflowAdd', () => { allow_simultaneous: undefined, ask_inventory_on_launch: false, ask_variables_on_launch: false, + ask_limit_on_launch: false, + ask_scm_branch_on_launch: false, extra_vars: undefined }); });