mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Add key to ansible select options test
This commit is contained in:
parent
52851c57d8
commit
f6ddb72482
@ -4,10 +4,12 @@ import AnsibleSelect, { _AnsibleSelect } from './AnsibleSelect';
|
||||
|
||||
const mockData = [
|
||||
{
|
||||
key: 'baz',
|
||||
label: 'Baz',
|
||||
value: '/venv/baz/'
|
||||
},
|
||||
{
|
||||
key: 'default',
|
||||
label: 'Default',
|
||||
value: '/venv/ansible/'
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user