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:
parent
c2950fdbdf
commit
20285e18e5
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user