mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-27 18:31:47 -05:00
update old test to new scheme
This commit is contained in:
@@ -137,6 +137,7 @@ def test_patch_project_null_organization(patch, organization, project, admin):
|
||||
def test_patch_project_null_organization_xfail(patch, project, org_admin):
|
||||
patch(reverse('api:project_detail', args=(project.id,)), { 'name': 't', 'organization': None}, org_admin, expect=400)
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_cannot_schedule_manual_project(project, admin_user, post):
|
||||
response = post(
|
||||
|
||||
Reference in New Issue
Block a user