diff --git a/tests/PHPUnit/Integration/HttpTest.php b/tests/PHPUnit/Integration/HttpTest.php
index 16867459a9a935243bbefb4811fe26f85aa16de8..ec34d4e3e5c6118bf9c8ef230362b0e90ced081b 100644
--- a/tests/PHPUnit/Integration/HttpTest.php
+++ b/tests/PHPUnit/Integration/HttpTest.php
@@ -128,7 +128,7 @@ class HttpTest extends \PHPUnit_Framework_TestCase
 
     /**
      * @expectedException \Exception
-     * @expectedExceptionMessage curl_exec: SSL certificate problem: Invalid certificate chain.
+     * @expectedExceptionMessage curl_exec: SSL certificate
      */
     public function testCurlHttpsFailsWithInvalidCertificate()
     {