test('sets the proper map item to success when received a _SUCCESS action', () => {
  const action = ApiCall.createAction({
    type: 'FETCH_SUCCESS',
    url: 'url',
    method: 'GET',