CRM_Utils_HttpClientTest - Fix example URL
authorTim Otten <totten@civicrm.org>
Wed, 1 Apr 2015 23:48:13 +0000 (16:48 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 1 Apr 2015 23:48:13 +0000 (16:48 -0700)
tests/phpunit/CRM/Utils/HttpClientTest.php

index 613ae41bf749ede3c903621cfa34b791259f84cb..10d0fda815bfee1e0cb281422b291712564c4a75 100644 (file)
@@ -10,7 +10,7 @@ class CRM_Utils_HttpClientTest extends CiviUnitTestCase {
   const VALID_HTTP_REGEX = '/<html/';
   const VALID_HTTPS_URL = 'https://civicrm.org/INSTALL.mysql.txt';
   const VALID_HTTPS_REGEX = '/MySQL/';
-  const SELF_SIGNED_HTTPS_URL = 'https://self-signed.onebitwise.com:4443/';
+  const SELF_SIGNED_HTTPS_URL = 'https://www-test.civicrm.org:4433/index.html';
   const SELF_SIGNED_HTTPS_REGEX = '/self-signed/';
 
   /**