From 5a82b30be368cb564fbf08ce6129dfb0f5baa023 Mon Sep 17 00:00:00 2001 From: addfs Date: Tue, 23 Jul 2024 18:50:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?=20=D1=81=20=D1=82=D0=B8=D0=BF=D0=B0=D0=BC=D0=B8=20product,=20o?= =?UTF-8?q?rder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v1/client_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v1/client_test.go b/v1/client_test.go index 059f749..45004f2 100644 --- a/v1/client_test.go +++ b/v1/client_test.go @@ -13,6 +13,7 @@ import ( "time" "github.com/stretchr/testify/suite" + "gopkg.in/h2non/gock.v1" ) type MGClientTest struct {