Revert role support

This commit is contained in:
Girish Ramakrishnan
2018-07-26 10:20:19 -07:00
parent 477abf53f3
commit b4d5def56d
16 changed files with 46 additions and 275 deletions

View File

@@ -50,7 +50,7 @@ function setup(done) {
], function (error) {
expect(error).to.not.be.ok();
groups.create('somegroupname', [ ], function (error, result) {
groups.create('somegroupname', function (error, result) {
expect(error).to.not.be.ok();
groupObject = result;