(token)
| 663 | } |
| 664 | |
| 665 | function setAccessToken(token) { |
| 666 | clientApp.dataSources.remote.connector.remotes.auth = { |
| 667 | bearer: new Buffer(token).toString('base64'), |
| 668 | sendImmediately: true, |
| 669 | }; |
| 670 | } |
| 671 | |
| 672 | function expectHttpError(code, done) { |
| 673 | return function(err) { |
no outgoing calls
no test coverage detected
searching dependent graphs…