1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

No need to replace original build_args

This commit is contained in:
Matthew Jones 2014-03-13 13:27:21 -04:00
parent c2950fdbdf
commit 20285e18e5

View File

@ -186,7 +186,6 @@ class RunJobTest(BaseCeleryTest):
super(RunJobTest, self).tearDown() super(RunJobTest, self).tearDown()
if self.test_project_path: if self.test_project_path:
shutil.rmtree(self.test_project_path, True) shutil.rmtree(self.test_project_path, True)
RunJob.build_args = self.original_build_args
self.terminate_taskmanager() self.terminate_taskmanager()
self.terminate_queue() self.terminate_queue()