mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Clarify remaining org tests to add.
This commit is contained in:
parent
580c6335bd
commit
71cc409735
@ -383,11 +383,14 @@ class OrganizationsTest(BaseTest):
|
||||
self.delete(self.collection(), expect=405, auth=self.get_super_credentials())
|
||||
|
||||
def test_delete_item_subobjects_projects(self):
|
||||
# TODO: make sure this is covered in the POST test with a disassociate example
|
||||
pass
|
||||
|
||||
def test_delete_item_subobjects_users(self):
|
||||
# TODO: make sure this is covered in the POST test with a disassociate example
|
||||
pass
|
||||
|
||||
def test_delete_item_subobjects_admins(self):
|
||||
# TODO: make sure this is covered in the POST test with a disassociate example
|
||||
pass
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user