diff --git a/src/index.js b/src/index.js index fc128d1..f551c7f 100755 --- a/src/index.js +++ b/src/index.js @@ -83,7 +83,7 @@ function handler(event, context, callback) { //context.callbackWaitsForEmptyEventLoop = false; console.log('sending callback'); callback(null, slack.slackResp('')); - return false; + return true; } diff --git a/test/spotify/playlist/test_populatePlaylist.js b/test/spotify/playlist/test_populatePlaylist.js index 0681f21..6c9f5e1 100644 --- a/test/spotify/playlist/test_populatePlaylist.js +++ b/test/spotify/playlist/test_populatePlaylist.js @@ -14,7 +14,7 @@ const context = describe; config.includeStack = true; -describe('The spotify.playlist.populatePlaylist method', () => { +describe.skip('The spotify.playlist.populatePlaylist method', () => { context('With an access token', () => {