mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Fix broken tests.
This commit is contained in:
@@ -176,6 +176,7 @@ class RunJobTest(BaseCeleryTest):
|
|||||||
self.group2.hosts.add(self.host)
|
self.group2.hosts.add(self.host)
|
||||||
self.project = None
|
self.project = None
|
||||||
self.credential = None
|
self.credential = None
|
||||||
|
self.cloud_credential = None
|
||||||
# Monkeypatch RunJob to capture list of command line arguments.
|
# Monkeypatch RunJob to capture list of command line arguments.
|
||||||
self.original_build_args = RunJob.build_args
|
self.original_build_args = RunJob.build_args
|
||||||
self.run_job_args = None
|
self.run_job_args = None
|
||||||
|
|||||||
Reference in New Issue
Block a user