it('processes IMAGE_GALLERY_CREATE_RESPONSE_ERROR', () => {
        const startState = { loading: true, error: null, galleries: Map() };
        const expectedState = { loading: false, error: ERROR, galleries: Map() };

        expect(imageGalleriesReducer(startState, {