diff --git a/tests/index.php b/tests/index.php index 6680b12..601498f 100644 --- a/tests/index.php +++ b/tests/index.php @@ -23,7 +23,8 @@ 'appUrl' => 'http://localhost:5001/', 'dbname' => 'budgets2012-testing', 'db' => "mongodb://localhost:27017", - 'dbOptions' => array() + 'dbOptions' => array(), + 'assetHost' => '' ]; $fileConfig = Util::loadJSONFile('./resources/config.json');