Skip to content
Snippets Groups Projects
Commit 1e8a2e1b authored by totten's avatar totten
Browse files

CRM_Utils_HttpClientTest - Fix regression

parent 2969bbf6
Branches
Tags
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.
Please register or to comment