From 7468fb90ed3db204b9b4dd52f819fc0574320ed6 Mon Sep 17 00:00:00 2001 From: Andreas Gohr <gohr@cosmocode.de> Date: Mon, 11 Apr 2016 15:09:33 +0200 Subject: [PATCH] msglint is HTTPS now. fixed failing tests --- _test/tests/inc/mailer.test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_test/tests/inc/mailer.test.php b/_test/tests/inc/mailer.test.php index 50d282864..24c5de931 100644 --- a/_test/tests/inc/mailer.test.php +++ b/_test/tests/inc/mailer.test.php @@ -190,7 +190,7 @@ class mailer_test extends DokuWikiTest { // ask message lint if it is okay $html = new HTTPClient(); - $results = $html->post('http://tools.ietf.org/tools/msglint/msglint', array('msg'=>$msg)); + $results = $html->post('https://tools.ietf.org/tools/msglint/msglint', array('msg'=>$msg)); if($results === false) { $this->markTestSkipped('no response from validator'); return; -- GitLab