mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
Fix broken tests.
This commit is contained in:
parent
a4bb433392
commit
9e4fbe88b8
@ -176,6 +176,7 @@ class RunJobTest(BaseCeleryTest):
|
||||
self.group2.hosts.add(self.host)
|
||||
self.project = None
|
||||
self.credential = None
|
||||
self.cloud_credential = None
|
||||
# Monkeypatch RunJob to capture list of command line arguments.
|
||||
self.original_build_args = RunJob.build_args
|
||||
self.run_job_args = None
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user