From 1195f441cf073de9bf388c1c3aec012d5e92a1c6 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 14 Apr 2020 11:55:21 +0000 Subject: [PATCH] Tests/authsympa : Password was invalid git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5914 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- Tests/authsympaTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }