webpack/scenes/Organizations/__tests__/organizations.fixtures.js in katello-3.13.4 vs webpack/scenes/Organizations/__tests__/organizations.fixtures.js in katello-3.14.0.rc1

- old
+ new

@@ -71,10 +71,10 @@ export const getFailureActions = [ { type: 'GET_ORGANIZATION_REQUEST', }, { - result: new Error('Request failed with status code 422'), + error: new Error('Request failed with status code 422'), type: 'GET_ORGANIZATION_FAILURE', }, ]; export const saveSuccessActions = [