webpack/scenes/Subscriptions/Manifest/__tests__/ManifestHistoryReducer.test.js in katello-3.7.1.1 vs webpack/scenes/Subscriptions/Manifest/__tests__/ManifestHistoryReducer.test.js in katello-3.8.0.rc1

- old
+ new

@@ -28,11 +28,9 @@ }); it('should have error on MANIFEST_HISTORY_FAILURE', () => { expect(reducer(manifestHistoryInitialState, { type: types.MANIFEST_HISTORY_FAILURE, - payload: { - message: 'Unable to process request.', - }, + error: 'Unable to process request.', })).toEqual(manifestHistoryErrorState); }); });