From 95d66bc6f47df3615afd63da1fdee4b6385ebe76 Mon Sep 17 00:00:00 2001 From: Mike Arpaia Date: Mon, 5 Sep 2016 15:53:55 -0400 Subject: [PATCH] using the wrong context --- kitserver/handler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitserver/handler_test.go b/kitserver/handler_test.go index 892fb32f41..3678c0acad 100644 --- a/kitserver/handler_test.go +++ b/kitserver/handler_test.go @@ -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) {