diff --git a/test/index.test.js b/test/index.test.js index 9958f92cca..29fb2d3450 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -2108,7 +2108,7 @@ describe('release-drafter', () => { ) .reply(200, releasePayload) - await probot.receive({ + probot.receive({ name: 'push', payload: pushPayload, })