mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
No need to replace original build_args
This commit is contained in:
@@ -186,7 +186,6 @@ class RunJobTest(BaseCeleryTest):
|
||||
super(RunJobTest, self).tearDown()
|
||||
if self.test_project_path:
|
||||
shutil.rmtree(self.test_project_path, True)
|
||||
RunJob.build_args = self.original_build_args
|
||||
self.terminate_taskmanager()
|
||||
self.terminate_queue()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user