using the wrong context

This commit is contained in:
Mike Arpaia
2016-09-05 15:53:55 -04:00
parent b7becf6428
commit 95d66bc6f4
+1 -1
View File
@@ -1,13 +1,13 @@
package kitserver
import (
"context"
"net/http/httptest"
"testing"
"github.com/gorilla/mux"
"github.com/kolide/kolide-ose/datastore"
"github.com/stretchr/testify/assert"
"golang.org/x/net/context"
)
func TestAPIRoutes(t *testing.T) {