diff --git a/tests/Common/HelperTest.php b/tests/Common/HelperTest.php index d7fcc4340..1c17a1efc 100644 --- a/tests/Common/HelperTest.php +++ b/tests/Common/HelperTest.php @@ -13,7 +13,7 @@ public function test_http__multi_request_error() { } public function test_http__multi_request_success() { - $res = Helper::httpMultiRequest( array('https://google.com', 'https://microsoft.com') ); + $res = Helper::httpMultiRequest( array('https://google.com', 'https://apple.com') ); $this->assertIsArray( $res ); $this->assertContainsOnly( 'string', $res ); }