mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Fixing UI tests
This commit is contained in:
parent
7031753a6d
commit
5ba0bf3a64
@ -55,6 +55,7 @@ const jobTemplateData = {
|
||||
limit: '',
|
||||
name: '',
|
||||
playbook: '',
|
||||
prevent_instance_group_fallback: false,
|
||||
project: { id: 1, summary_fields: { organization: { id: 1 } } },
|
||||
scm_branch: '',
|
||||
skip_tags: '',
|
||||
|
||||
@ -68,6 +68,7 @@ const mockJobTemplate = {
|
||||
limit: '',
|
||||
name: 'Foo',
|
||||
playbook: 'Baz',
|
||||
prevent_instance_group_fallback: false,
|
||||
project: 3,
|
||||
scm_branch: '',
|
||||
skip_tags: '',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user