diff --git a/test/lib/init.php b/test/lib/init.php index 4d610614da..ea50a9dc84 100644 --- a/test/lib/init.php +++ b/test/lib/init.php @@ -65,7 +65,7 @@ $db = new db(); if(!empty($config->test->account) and !empty($config->test->password) and !empty($config->test->base)) { - $rest = new rest($config->test->base); + $rest = new rest($config->test->base); $token = $rest->post('/tokens', array('account' => $config->test->account, 'password' => $config->test->password)); $token = $token->body; }