diff --git a/src/allmydata/test/test_storage.py b/src/allmydata/test/test_storage.py index 92c24744b..0abab19a9 100644 --- a/src/allmydata/test/test_storage.py +++ b/src/allmydata/test/test_storage.py @@ -231,6 +231,7 @@ class Server(unittest.TestCase): def setUp(self): self.sparent = LoggingServiceParent() + self.sparent.startService() self._lease_secret = itertools.count() def tearDown(self): return self.sparent.stopService()