mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
cli: add support for granting and revoking roles from users/teams
This commit is contained in:
@@ -181,7 +181,7 @@ class TestOptions(unittest.TestCase):
|
||||
page = OptionsPage.from_json({
|
||||
'actions': {'GET': {}, 'POST': {}}
|
||||
})
|
||||
ResourceOptionsParser(None, page, 'users', self.parser)
|
||||
ResourceOptionsParser(None, page, 'jobs', self.parser)
|
||||
assert method in self.parser.choices
|
||||
|
||||
out = StringIO()
|
||||
|
||||
Reference in New Issue
Block a user