mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[MIG] base_external_system: Migration to 15.0
This commit is contained in:
committed by
Pedro M. Baeza
parent
2f3f56d476
commit
f46233eb16
@@ -16,8 +16,9 @@ class TestExternalSystemOs(Common):
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
"""Set the working dir back to origin, just in case."""
|
||||
super(TestExternalSystemOs, cls).tearDownClass()
|
||||
result = super(TestExternalSystemOs, cls).tearDownClass()
|
||||
os.chdir(cls.working_dir)
|
||||
return result
|
||||
|
||||
def setUp(self):
|
||||
super(TestExternalSystemOs, self).setUp()
|
||||
|
||||
Reference in New Issue
Block a user