mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-02 06:01:48 -05:00
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