Skip to content
Snippets Groups Projects
Commit 01a72606 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #896 from totten/httpclient-test

CRM_Utils_HttpClientTest - Fix regression
parents 2969bbf6 1e8a2e1b
No related branches found
No related tags found
No related merge requests found
......@@ -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/';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment