From db2c1490b3e7a9be5ce8cbee37f772a1bd4f2268 Mon Sep 17 00:00:00 2001 From: Yoggzo Date: Wed, 23 Mar 2016 15:44:06 +0100 Subject: [PATCH] auth correction in AppTestClass.php --- server/Test/AppTestClass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();