From 9e4fbe88b85bc4c9576632ce186f9a2be12340e7 Mon Sep 17 00:00:00 2001 From: Chris Church Date: Tue, 26 Nov 2013 22:35:32 -0500 Subject: [PATCH] Fix broken tests. --- awx/main/tests/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/tests/tasks.py b/awx/main/tests/tasks.py index f7ed2fd796..9f0b7ee847 100644 --- a/awx/main/tests/tasks.py +++ b/awx/main/tests/tasks.py @@ -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