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