auth correction in AppTestClass.php
This commit is contained in:
parent
54ec6723de
commit
db2c1490b3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class AppTest{
|
|||
|
||||
$this->tokenPost = NULL;
|
||||
$this->tokenClass = new genTokenOptions($args);
|
||||
$this->openstack = new OpenStack\OpenStack([]);
|
||||
$this->openstack = new OpenStack\OpenStack(['authUrl' => $args["authUrl"]]);
|
||||
$this->pluginsApi = plugin_api::getInstance();
|
||||
$this->errorClass = new errorManagement($this);
|
||||
$this->output = array();
|
||||
|
|
Loading…
Add table
Reference in a new issue