diff --git a/tests/phpunit/tests/http/functions.php b/tests/phpunit/tests/http/functions.php index 355682bf12..251ae3c4b2 100644 --- a/tests/phpunit/tests/http/functions.php +++ b/tests/phpunit/tests/http/functions.php @@ -80,7 +80,7 @@ class Tests_HTTP_Functions extends WP_UnitTestCase { * @ticket 33711 */ function test_get_response_cookies() { - $url = 'https://wordpress.org/wp-login.php'; + $url = 'https://login.wordpress.org/wp-login.php'; $response = wp_remote_head( $url ); $cookies = wp_remote_retrieve_cookies( $response );