mirror of
https://github.com/ansible/awx.git
synced 2026-01-26 16:11:30 -03:30
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…
x
Reference in New Issue
Block a user