mirror of
https://github.com/ansible/awx.git
synced 2026-06-25 16:38:03 -02:30
Replacing psycopg2.copy_expert with psycopg3.copy
This commit is contained in:
committed by
John Westcott IV
parent
e47d30974c
commit
a665d96026
@@ -98,7 +98,7 @@ class TestJobNotificationMixin(object):
|
||||
|
||||
@pytest.mark.django_db
|
||||
@pytest.mark.parametrize('JobClass', [AdHocCommand, InventoryUpdate, Job, ProjectUpdate, SystemJob, WorkflowJob])
|
||||
def test_context(self, JobClass, sqlite_copy_expert, project, inventory_source):
|
||||
def test_context(self, JobClass, sqlite_copy, project, inventory_source):
|
||||
"""The Jinja context defines all of the fields that can be used by a template. Ensure that the context generated
|
||||
for each job type has the expected structure."""
|
||||
kwargs = {}
|
||||
|
||||
Reference in New Issue
Block a user