mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
fix path to useBrandName in test
This commit is contained in:
@@ -3,7 +3,7 @@ import { mountWithContexts } from '../../../testUtils/enzymeHelpers';
|
|||||||
import SettingList from './SettingList';
|
import SettingList from './SettingList';
|
||||||
|
|
||||||
jest.mock('../../api');
|
jest.mock('../../api');
|
||||||
jest.mock('../../util/useBrandName', () => ({
|
jest.mock('hooks/useBrandName', () => ({
|
||||||
__esModule: true,
|
__esModule: true,
|
||||||
default: () => ({
|
default: () => ({
|
||||||
current: 'AWX',
|
current: 'AWX',
|
||||||
|
|||||||
Reference in New Issue
Block a user