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