Commit fc7dd2fc authored by Łukasz Nowak's avatar Łukasz Nowak

slapgrid/test: Unmonkeypatch generateSupervisorConfigurationFile

parent a3d78907
Pipeline #10210 failed with stage
in 0 seconds
......@@ -454,6 +454,10 @@ class TestPartitionDestructionLock(MasterMixin, unittest.TestCase):
utils.bootstrapBuildout = FakeCallAndNoop()
utils.launchBuildout = FakeCallAndStore()
def tearDown(self):
MasterMixin.tearDown(self)
Partition.generateSupervisorConfigurationFile = originalPartitionGenerateSupervisorConfigurationFile
def test_retention_lock_delay_creation(self):
delay = 42
software = self.createSoftware()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment