mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
adjust UI unit tests again
bump migration bump migration again
This commit is contained in:
@@ -7,7 +7,7 @@ from django.db import migrations, models
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('main', '0084_v360_token_description'),
|
('main', '0087_v360_update_credential_injector_help_text'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
@@ -151,6 +151,8 @@ describe('Controller: WorkflowAdd', () => {
|
|||||||
allow_simultaneous: undefined,
|
allow_simultaneous: undefined,
|
||||||
ask_inventory_on_launch: false,
|
ask_inventory_on_launch: false,
|
||||||
ask_variables_on_launch: false,
|
ask_variables_on_launch: false,
|
||||||
|
ask_limit_on_launch: false,
|
||||||
|
ask_scm_branch_on_launch: false,
|
||||||
extra_vars: undefined
|
extra_vars: undefined
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user