mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Rename AnsibleEnvironmentSelect to AnsibleSelect
- Update references to the component.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { mount } from 'enzyme';
|
||||
import AnsibleSelect from '../../src/components/AnsibleEnvironmentSelect';
|
||||
import AnsibleSelect from '../../src/components/AnsibleSelect';
|
||||
|
||||
const mockData = ['foo', 'bar'];
|
||||
describe('<AnsibleSelect />', () => {
|
||||
Reference in New Issue
Block a user