Make WordPress Core

Changeset 35734


Ignore:
Timestamp:
11/24/2015 09:59:23 PM (9 years ago)
Author:
ocean90
Message:

HTTP Tests: Use login.wordpress.org/wp-login.php in test_get_response_cookies().

The old URL redirects to login.wordpress.org because it's the new canonical URL for all logins on wordpress.org.

Fixes #34782.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/http/functions.php

    r34369 r35734  
    8181     */
    8282    function test_get_response_cookies() {
    83         $url = 'https://wordpress.org/wp-login.php';
     83        $url = 'https://login.wordpress.org/wp-login.php';
    8484
    8585        $response = wp_remote_head( $url );
Note: See TracChangeset for help on using the changeset viewer.