diff --git a/middleware/grpcz/interceptor_test.go b/middleware/grpcz/interceptor_test.go index 4496a8e..8c69c97 100644 --- a/middleware/grpcz/interceptor_test.go +++ b/middleware/grpcz/interceptor_test.go @@ -47,11 +47,11 @@ func NewTest(t *testing.T, name string, options *testOptions) *TestCase { func TestAuthorizer(t *testing.T) { tests := []*TestCase{ - // NewTest( - // t, - // "authorized decisions should succeed", - // &testOptions{}, - // ), + NewTest( + t, + "authorized decisions should succeed", + &testOptions{}, + ), NewTest( t, "unauthorized decisions should err",