From 82ff46fbeb5d8d55d0af082d16b059c864047276 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=BD=D0=B8=D0=BD=20=D0=95=D0=B3=D0=BE?=
 =?UTF-8?q?=D1=80?= <mrzillagold@gmail.com>
Date: Fri, 23 Oct 2020 16:02:37 +1000
Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?=
 =?UTF-8?q?=D0=B8=D0=B5=20=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F?=
 =?UTF-8?q?=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4=D0=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 test/test.mjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test.mjs b/test/test.mjs
index 4179585..4872aeb 100644
--- a/test/test.mjs
+++ b/test/test.mjs
@@ -165,7 +165,7 @@ if (process.env.TOKEN) {
                     index: 1,
                     VK: vk
                 })
-                    .post(payload)
+                    .handle(payload)
                     .then(done)
                     .catch(done);
             });