aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/spec/client_server_spec.rb
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-02-04 10:15:42 -0800
committerGravatar murgatroid99 <mlumish@google.com>2016-02-04 10:15:42 -0800
commit5738c5002cd220b38a161df53e127be85c26c8fe (patch)
tree87730c11ba76b8b4d384336976c540948012b487 /src/ruby/spec/client_server_spec.rb
parent9ddf0044d5bb104b69898bff53ec04690e8fa641 (diff)
Fix Ruby test that failed to read initial metadata
Diffstat (limited to 'src/ruby/spec/client_server_spec.rb')
-rw-r--r--src/ruby/spec/client_server_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ruby/spec/client_server_spec.rb b/src/ruby/spec/client_server_spec.rb
index 594fda1cd3..aedeca272d 100644
--- a/src/ruby/spec/client_server_spec.rb
+++ b/src/ruby/spec/client_server_spec.rb
@@ -198,6 +198,7 @@ shared_examples 'basic GRPC message delivery is OK' do
# confirm the client can receive the server response and status.
client_ops = {
CallOps::SEND_CLOSE_FROM_CLIENT => nil,
+ CallOps::RECV_INITIAL_METADATA => nil,
CallOps::RECV_MESSAGE => nil,
CallOps::RECV_STATUS_ON_CLIENT => nil
}