diff --git a/listen_test.go b/listen_test.go index 8a0ee1ff6a..7bc269741a 100644 --- a/listen_test.go +++ b/listen_test.go @@ -97,10 +97,10 @@ func testGracefulShutdown(t *testing.T, shutdownTimeout time.Duration) { type testCase struct { name string expectedErr error - expectedBody string waitTime time.Duration expectedStatusCode int closeConnection bool + expectedBody string } testCases := []testCase{