diff --git a/lbry/testcase.py b/lbry/testcase.py index d49a08219..d4b1a871a 100644 --- a/lbry/testcase.py +++ b/lbry/testcase.py @@ -353,13 +353,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()