diff --git a/lbry/testcase.py b/lbry/testcase.py index 4bc207d85..9a720a1d4 100644 --- a/lbry/testcase.py +++ b/lbry/testcase.py @@ -337,13 +337,14 @@ class CommandTestCase(IntegrationTestCase): self.skip_libtorrent = True async def asyncSetUp(self): - await super().asyncSetUp() logging.getLogger('lbry.blob_exchange').setLevel(self.VERBOSITY) logging.getLogger('lbry.daemon').setLevel(self.VERBOSITY) logging.getLogger('lbry.stream').setLevel(self.VERBOSITY) logging.getLogger('lbry.wallet').setLevel(self.VERBOSITY) + await super().asyncSetUp() + self.daemon = await self.add_daemon(self.wallet_node) await self.account.ensure_address_gap()