From 60db73b8139ce0a5080ec35055f7e8727f459187 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 3 Nov 2018 18:53:24 -0700 Subject: [PATCH] test: Correctly shutdown integration test server --- pkg/test/integration_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/test/integration_test.go b/pkg/test/integration_test.go index 9d0963a..8306bde 100644 --- a/pkg/test/integration_test.go +++ b/pkg/test/integration_test.go @@ -35,8 +35,7 @@ func TestSuite(t *testing.T) { if err != nil { t.Fatal(err) } - _ = stopServer - // defer stopServer() + defer stopServer() testCases := []struct { name string