php interop client: construct channel target like other languages do

pull/19279/head
Jan Tattermusch 6 years ago committed by Stanley Cheung
parent 99fd5c391a
commit 46e3df3dea
  1. 5
      src/php/tests/interop/interop_client.php

@ -530,12 +530,7 @@ function _makeStub($args)
throw new Exception('Missing argument: --test_case is required');
}
if ($args['server_port'] === '443') {
$server_address = $args['server_host'];
} else {
$server_address = $args['server_host'].':'.$args['server_port'];
}
$test_case = $args['test_case'];
$host_override = '';

Loading…
Cancel
Save