mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 01:58:09 -03:30
Clarify remaining org tests to add.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user