mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
Fix existing test failures
This commit is contained in:
@@ -3,7 +3,11 @@ import { mountWithContexts } from '../../../../enzymeHelpers';
|
||||
import Organization from '../../../../../src/pages/Organizations/screens/Organization/Organization';
|
||||
|
||||
describe('<OrganizationView />', () => {
|
||||
const me = {
|
||||
is_super_user: true,
|
||||
is_system_auditor: false
|
||||
};
|
||||
test('initially renders succesfully', () => {
|
||||
mountWithContexts(<Organization />);
|
||||
mountWithContexts(<Organization me={me} />);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user