diff options
| author | Yoggzo <yogg@epsina.com> | 2016-03-23 15:44:06 +0100 |
|---|---|---|
| committer | Yoggzo <yogg@epsina.com> | 2016-03-23 15:44:06 +0100 |
| commit | db2c1490b3e7a9be5ce8cbee37f772a1bd4f2268 (patch) | |
| tree | fad0835e190cf734eddee237f7da5ece0671557e /server/Test/AppTestClass.php | |
| parent | 54ec6723deb44e325782afd366eeec01ee29ac55 (diff) | |
auth correction in AppTestClass.php
Diffstat (limited to 'server/Test/AppTestClass.php')
| -rwxr-xr-x | server/Test/AppTestClass.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Test/AppTestClass.php b/server/Test/AppTestClass.php index e1631c5..3f8abbe 100755 --- a/server/Test/AppTestClass.php +++ b/server/Test/AppTestClass.php @@ -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();
|
