From 75db8d15119fa3333e5b6208373c56ceca1a555d Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Tue, 1 Feb 2022 15:03:25 +0100 Subject: [PATCH] wip --- test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, })