mirror of
https://github.com/ansible/awx.git
synced 2026-08-02 10:59:56 -02:30
update content loading and error handling
unwind error handling use auth cookie as source of truth, fetch config only when authenticated
This commit is contained in:
@@ -37,7 +37,6 @@ describe('<OrganizationEdit />', () => {
|
||||
organization={mockData}
|
||||
/>, { context: { network: {
|
||||
api,
|
||||
handleHttpError: () => {}
|
||||
} } }
|
||||
);
|
||||
|
||||
@@ -57,7 +56,6 @@ describe('<OrganizationEdit />', () => {
|
||||
organization={mockData}
|
||||
/>, { context: { network: {
|
||||
api,
|
||||
handleHttpError: () => {}
|
||||
} } }
|
||||
);
|
||||
|
||||
@@ -84,7 +82,6 @@ describe('<OrganizationEdit />', () => {
|
||||
/>, { context: {
|
||||
network: {
|
||||
api: { api },
|
||||
handleHttpError: () => {}
|
||||
},
|
||||
router: { history }
|
||||
} }
|
||||
|
||||
Reference in New Issue
Block a user