1
0
mirror of synced 2024-11-22 12:26:02 +03:00
This commit is contained in:
Alex Lushpai 2018-09-13 23:25:23 +03:00
parent eafccfadaf
commit ba86be8604

View File

@ -1,9 +1,7 @@
package main package main
import ( import (
"encoding/json"
"fmt" "fmt"
"io/ioutil"
"net/http" "net/http"
"net/http/httptest" "net/http/httptest"
"net/url" "net/url"
@ -15,7 +13,6 @@ import (
"github.com/h2non/gock" "github.com/h2non/gock"
"github.com/retailcrm/mg-transport-api-client-go/v1" "github.com/retailcrm/mg-transport-api-client-go/v1"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
) )
var router *gin.Engine var router *gin.Engine