1
0
Fork 0

fix shell-foxx-manager-nightly-spec.js

This commit is contained in:
Jan Christoph Uhde 2017-04-06 17:31:21 +02:00
parent 8366400e27
commit 77da0794ce
2 changed files with 4 additions and 0 deletions

View File

@ -327,6 +327,7 @@ var replace = function (serviceInfo, mount, options) {
};
res = arango.POST('/_admin/foxx/replace', JSON.stringify(req));
arangodb.db._flushCache();
arangosh.checkRequestResult(res);
return {
name: res.name,

View File

@ -3,5 +3,8 @@
"version": "0.0.0",
"scripts": {
"setup": "setup.js"
},
"engines": {
"arangodb": "^2.8.0"
}
}