From 1e8a2e1beb26475f99a916ac10fe0444c181bcf3 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 29 May 2013 09:21:31 -0400 Subject: [PATCH] CRM_Utils_HttpClientTest - Fix regression --- tests/phpunit/CRM/Utils/HttpClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Utils/HttpClientTest.php b/tests/phpunit/CRM/Utils/HttpClientTest.php index ffa94a1411..f1085de95b 100644 --- a/tests/phpunit/CRM/Utils/HttpClientTest.php +++ b/tests/phpunit/CRM/Utils/HttpClientTest.php @@ -4,7 +4,7 @@ class CRM_Utils_HttpClientTest extends CiviUnitTestCase { const VALID_HTTP_URL = 'http://civicrm.org/INSTALL.mysql.txt'; const VALID_HTTP_REGEX = '/MySQL/'; - const VALID_HTTPS_URL = 'https://drupal.org/INSTALL.mysql.txt'; + 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_REGEX = '/self-signed/'; -- 2.25.1