1
0
mirror of synced 2024-11-22 04:26:01 +03:00

Merge pull request #37 from gwinn/master

test
This commit is contained in:
Alex Lushpai 2018-09-13 23:26:04 +03:00 committed by GitHub
commit 1661e8535d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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