diff --git a/server.go b/server.go index 995dcaeaa..f7e674c73 100644 --- a/server.go +++ b/server.go @@ -99,7 +99,7 @@ type options struct { codec Codec cp Compressor dc Decompressor - unaryInt UnaryServerInterceptor + unaryInt UnaryServerInterceptor maxConcurrentStreams uint32 useHandlerImpl bool // use http.Handler-based server } diff --git a/test/end2end_test.go b/test/end2end_test.go index 73befc2fa..09b786d3e 100644 --- a/test/end2end_test.go +++ b/test/end2end_test.go @@ -1688,7 +1688,6 @@ func testCompressOK(t *testing.T, e env) { } } - func TestUnaryServerInterceptor(t *testing.T) { defer leakCheck(t)() for _, e := range listTestEnv() {