diff --git a/grpc_client_test.go b/grpc_client_test.go index a7800a5..3ce24ee 100644 --- a/grpc_client_test.go +++ b/grpc_client_test.go @@ -163,7 +163,7 @@ func testGRPCClientReflection(t *testing.T, multiplex bool) { } // TODO: maybe only assert some specific services here to make test more resilient - expectedSvcs := []string{"grpc.health.v1.Health", "grpc.reflection.v1alpha.ServerReflection", "grpctest.Test", "plugin.GRPCBroker", "plugin.GRPCController", "plugin.GRPCStdio"} + expectedSvcs := []string{"grpc.health.v1.Health", "grpc.reflection.v1.ServerReflection", "grpc.reflection.v1alpha.ServerReflection", "grpctest.Test", "plugin.GRPCBroker", "plugin.GRPCController", "plugin.GRPCStdio"} if !reflect.DeepEqual(svcs, expectedSvcs) { t.Fatalf("expected: %v\ngot: %v", expectedSvcs, svcs)