We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055068d commit 798ee48Copy full SHA for 798ee48
test/lib/Elastica/Test/Transport/HttpTest.php
@@ -138,7 +138,7 @@ public function testUnicodeData()
138
139
public function testWithEnvironmentalProxy()
140
{
141
- putenv('http_proxy=' . $this->_getProxyUrl());
+ putenv('http_proxy=' . $this->_getProxyUrl() . '/');
142
143
$client = $this->_getClient();
144
$transferInfo = $client->request('/_nodes')->getTransferInfo();
@@ -153,7 +153,7 @@ public function testWithEnvironmentalProxy()
153
154
public function testWithEnabledEnvironmentalProxy()
155
156
157
158
159
0 commit comments