enable cacheable_unary test

pull/10588/head
Makarand Dharmapurikar 8 years ago
parent e1b238458f
commit 220bc643f9
  1. 4
      test/cpp/interop/client.cc

@ -163,8 +163,8 @@ int main(int argc, char** argv) {
std::bind(&grpc::testing::InteropClient::DoUnimplementedMethod, &client);
actions["unimplemented_service"] =
std::bind(&grpc::testing::InteropClient::DoUnimplementedService, &client);
// actions["cacheable_unary"] =
// std::bind(&grpc::testing::InteropClient::DoCacheableUnary, &client);
actions["cacheable_unary"] =
std::bind(&grpc::testing::InteropClient::DoCacheableUnary, &client);
UpdateActions(&actions);

Loading…
Cancel
Save