Skip to content
Snippets Groups Projects
Commit 257bad61 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #59224 fix failure

parent 8814ca8a
Branches
Tags
4 merge requests!2660Master,!2636Master,!2633Dev#59224 miop mot de passe adherent bokeh koha,!2627Dev#59224 miop mot de passe adherent bokeh koha
Pipeline #4033 failed with stage
in 33 minutes and 9 seconds
......@@ -437,7 +437,7 @@ class KohaRestfulChangePasswordTest extends KohaRestfulTestCase {
public function setUp() {
parent::setUp();
$borrower = new Class_WebService_SIGB_Emprunteur('1', 'harlock');
$borrower = new Class_WebService_SIGB_Emprunteur('harlock', 'harlock');
$borrower->setService($this->service);
$user = $this->fixture('Class_Users',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment