diff --git a/Tests/authsympaTest.php b/Tests/authsympaTest.php index 434c012..4c1eecb 100644 --- a/Tests/authsympaTest.php +++ b/Tests/authsympaTest.php @@ -49,7 +49,7 @@ class authsympaTest extends PHPUnit_Framework_TestCase $authsympa->wsdl = "https://listes.grenoble.cnrs.fr/sympa/wsdl"; $authsympa->list = "listtest@listes.grenoble.cnrs.fr"; $authsympa->connect (); - $res = $authsympa->authentication ("richard.heral@grenoble.cnrs.fr", "Lavchdn8!"); + $res = $authsympa->authentication ("richard.heral@grenoble.cnrs.fr", "Lavchdn7!"); $this->assertSame ($res, true); }