Skip to content

Commit 8d023d9

Browse files
committed
fix: testSendProxied typo
1 parent 9a41f6b commit 8d023d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/HTTP/CURLRequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ public function testSendProxied()
725725
'delay' => 100,
726726
]);
727727

728-
$request->setOutput("HTTP/1.1 200 Connection established:\x0d\x0a\x0d\x0aHi there");
728+
$request->setOutput("HTTP/1.1 200 Connection established\x0d\x0a\x0d\x0aHi there");
729729
$response = $request->get('answer');
730730
$this->assertSame('Hi there', $response->getBody());
731731
}

0 commit comments

Comments
 (0)