mirror of https://gitee.com/bigwinds/arangodb
fix shell-foxx-manager-nightly-spec.js
This commit is contained in:
parent
8366400e27
commit
77da0794ce
|
@ -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,
|
||||
|
|
|
@ -3,5 +3,8 @@
|
|||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"setup": "setup.js"
|
||||
},
|
||||
"engines": {
|
||||
"arangodb": "^2.8.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue