summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorYoggzo <yogg@epsina.com>2016-03-23 15:44:06 +0100
committerYoggzo <yogg@epsina.com>2016-03-23 15:44:06 +0100
commitdb2c1490b3e7a9be5ce8cbee37f772a1bd4f2268 (patch)
treefad0835e190cf734eddee237f7da5ece0671557e /server
parent54ec6723deb44e325782afd366eeec01ee29ac55 (diff)
auth correction in AppTestClass.php
Diffstat (limited to 'server')
-rwxr-xr-xserver/Test/AppTestClass.php2
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();