apps: fix various operators issues

part of #791
This commit is contained in:
Girish Ramakrishnan
2021-09-21 17:28:58 -07:00
parent fabd0323e1
commit 6c9b8c8fa8
5 changed files with 19 additions and 18 deletions

View File

@@ -217,6 +217,7 @@ describe('Apps', function () {
accessRestriction: '',
memoryLimit: 1337,
cpuShares: 102,
operators: { users: [ 'someid' ] }
};
await apps.update(app.id, data);