it('must override using credentials from options', () => {
                const overridenAction = reduxFetcher.createFetchAction('data', 'http://localhost/api', {
                    credentials: 'anoverride'
                })[CALL_API];