Fix: bad password
This commit is contained in:
parent
c9053e1d8d
commit
1b554fee35
@ -139,7 +139,7 @@ class WebservicesTest extends PHPUnit_Framework_TestCase
|
|||||||
'dolibarrkey'=>$conf->global->WEBSERVICES_KEY,
|
'dolibarrkey'=>$conf->global->WEBSERVICES_KEY,
|
||||||
'sourceapplication'=>'DEMO',
|
'sourceapplication'=>'DEMO',
|
||||||
'login'=>'admin',
|
'login'=>'admin',
|
||||||
'password'=>'changeme',
|
'password'=>'admin',
|
||||||
'entity'=>'');
|
'entity'=>'');
|
||||||
|
|
||||||
// Test URL
|
// Test URL
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user