From 554fe351d30f59aee8c9c15338a5545f15375dd2 Mon Sep 17 00:00:00 2001
From: murgatroid99 <michael.lumish@gmail.com>
Date: Tue, 3 Feb 2015 18:18:28 -0800
Subject: [PATCH] Fixed error in new test

---
 src/php/tests/interop/interop_client.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/php/tests/interop/interop_client.php b/src/php/tests/interop/interop_client.php
index afae738c7e..5266e9a9fa 100755
--- a/src/php/tests/interop/interop_client.php
+++ b/src/php/tests/interop/interop_client.php
@@ -150,7 +150,7 @@ function pingPong($stub) {
 }
 
 function cancelAfterFirstResponse($stub) {
-  $call = $stub->StreamingInputCall();
+  $call = $stub->FullDuplexCall();
   $request = new grpc\testing\StreamingOutputCallRequest();
   $request->setResponseType(grpc\testing\PayloadType::COMPRESSABLE);
   $response_parameters = new grpc\testing\ResponseParameters();
-- 
GitLab