From ba86be8604717b74a2875ccb61f753dd4e5e6bdf Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Thu, 13 Sep 2018 23:25:23 +0300 Subject: [PATCH] test --- src/routing_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/routing_test.go b/src/routing_test.go index 6fc07af..24d9028 100644 --- a/src/routing_test.go +++ b/src/routing_test.go @@ -1,9 +1,7 @@ package main import ( - "encoding/json" "fmt" - "io/ioutil" "net/http" "net/http/httptest" "net/url" @@ -15,7 +13,6 @@ import ( "github.com/h2non/gock" "github.com/retailcrm/mg-transport-api-client-go/v1" "github.com/stretchr/testify/assert" - "github.com/stretchr/testify/require" ) var router *gin.Engine