mirror of
https://github.com/ansible/awx.git
synced 2026-08-04 20:10:01 -02:30
Allow post to /api/v1/projects/N/organizations/, add resource for /api/v1/projects/N/teams/.
This commit is contained in:
@@ -255,7 +255,7 @@ class ProjectsTest(BaseTest):
|
||||
self.assertEquals(got['count'], 1)
|
||||
self.assertEquals(got['results'][0]['url'], reverse('main:organization_detail', args=(self.organizations[0].pk,)))
|
||||
# you can't add organizations to projects here, verify that this is true (405)
|
||||
self.post(proj_orgs, data={}, expect=405, auth=self.get_super_credentials())
|
||||
#self.post(proj_orgs, data={}, expect=405, auth=self.get_super_credentials())
|
||||
|
||||
# =====================================================================
|
||||
# TEAMS
|
||||
|
||||
Reference in New Issue
Block a user