We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a41f6b commit 8d023d9Copy full SHA for 8d023d9
1 file changed
tests/system/HTTP/CURLRequestTest.php
@@ -725,7 +725,7 @@ public function testSendProxied()
725
'delay' => 100,
726
]);
727
728
- $request->setOutput("HTTP/1.1 200 Connection established:\x0d\x0a\x0d\x0aHi there");
+ $request->setOutput("HTTP/1.1 200 Connection established\x0d\x0a\x0d\x0aHi there");
729
$response = $request->get('answer');
730
$this->assertSame('Hi there', $response->getBody());
731
}
0 commit comments