mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Add handleHttpError prop to stop error from org detail test
This commit is contained in:
@@ -36,6 +36,7 @@ describe('<OrganizationDetail />', () => {
|
||||
api={{
|
||||
getOrganizationInstanceGroups
|
||||
}}
|
||||
handleHttpError={() => {}}
|
||||
organization={mockDetails}
|
||||
/>
|
||||
</MemoryRouter>
|
||||
@@ -63,6 +64,7 @@ describe('<OrganizationDetail />', () => {
|
||||
params: { id: '1' }
|
||||
}}
|
||||
organization={mockDetails}
|
||||
handleHttpError={() => {}}
|
||||
api={{
|
||||
getOrganizationInstanceGroups
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user