We don't need this as a global
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d2a2e4526b
commit
3184ce476a
1 changed files with 1 additions and 3 deletions
|
@ -172,10 +172,8 @@ func TestMalformedJSONLoad(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var testServer *httptest.Server
|
|
||||||
|
|
||||||
func TestMain(m *testing.M) {
|
func TestMain(m *testing.M) {
|
||||||
testServer = httptest.NewServer(http.HandlerFunc(func(res http.ResponseWriter, req *http.Request) {
|
testServer := httptest.NewServer(http.HandlerFunc(func(res http.ResponseWriter, req *http.Request) {
|
||||||
switch req.URL.Path {
|
switch req.URL.Path {
|
||||||
case "/nopenope.json":
|
case "/nopenope.json":
|
||||||
// 404
|
// 404
|
||||||
|
|
Loading…
Reference in a new issue