mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 06:26:00 -03:30
Add key to ansible select options test
This commit is contained in:
@@ -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/'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user