From 1372ddd8860e1f90ced182351b1528c00e562d7d 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 a6464b6..0171c77 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