Skip to content
Snippets Groups Projects
Commit 554fe351 authored by murgatroid99's avatar murgatroid99
Browse files

Fixed error in new test

parent 75c9d2f5
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment