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

@@ -647,7 +647,7 @@ describe('User', function () {
createOwner(function (error) {
expect(error).to.not.be.ok();
groups.create(NON_ADMIN_GROUP, [ /* roles */ ], function (error, result) {
groups.create(NON_ADMIN_GROUP, function (error, result) {
expect(error).to.be(null);
groupObject = result;