1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

test: Correctly shutdown integration test server

This commit is contained in:
James Hillyerd
2018-11-03 18:53:24 -07:00
parent ef633b906c
commit 60db73b813

View File

@@ -35,8 +35,7 @@ func TestSuite(t *testing.T) {
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
} }
_ = stopServer defer stopServer()
// defer stopServer()
testCases := []struct { testCases := []struct {
name string name string