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,
|
||||
'sourceapplication'=>'DEMO',
|
||||
'login'=>'admin',
|
||||
'password'=>'changeme',
|
||||
'password'=>'admin',
|
||||
'entity'=>'');
|
||||
|
||||
// Test URL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user