mirror of https://gitee.com/bigwinds/arangodb
Fix test of NoCreate-Mode.
This commit is contained in:
parent
dc956d3598
commit
16168e642a
|
@ -67,7 +67,7 @@ function changeOperationModeNegativeCaseTestSuite () {
|
||||||
collections: {},
|
collections: {},
|
||||||
action: function () {
|
action: function () {
|
||||||
var db = require('internal').db;
|
var db = require('internal').db;
|
||||||
var result = db._changeMode('ReadOnly');
|
var result = db._changeMode('NoCreate');
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue