mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 22:07:36 -02:30
Replacing psycopg2.copy_expert with psycopg3.copy
This commit is contained in:
committed by
John Westcott IV
parent
e47d30974c
commit
a665d96026
@@ -224,7 +224,7 @@ class TestControllerNode:
|
||||
return AdHocCommand.objects.create(inventory=inventory)
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_field_controller_node_exists(self, sqlite_copy_expert, admin_user, job, project_update, inventory_update, adhoc, get, system_job_factory):
|
||||
def test_field_controller_node_exists(self, sqlite_copy, admin_user, job, project_update, inventory_update, adhoc, get, system_job_factory):
|
||||
system_job = system_job_factory()
|
||||
|
||||
r = get(reverse('api:unified_job_list') + '?id={}'.format(job.id), admin_user, expect=200)
|
||||
|
||||
Reference in New Issue
Block a user