From 64b8caeb5c47d596f4dedf386f1e959c2d2cb573 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 29 Jul 2020 11:46:44 -0400 Subject: [PATCH] cleanup lbrycrd --- tests/integration/blockchain/test_blockchain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/blockchain/test_blockchain.py b/tests/integration/blockchain/test_blockchain.py index 9be8d1112..99b00482d 100644 --- a/tests/integration/blockchain/test_blockchain.py +++ b/tests/integration/blockchain/test_blockchain.py @@ -289,6 +289,7 @@ class TestLbrycrdAPIs(AsyncioTestCase): async def test_unauthorized(self): chain = Lbrycrd.temp_regtest() await chain.ensure() + self.addCleanup(chain.stop) await chain.start() await chain.get_new_address() chain.conf.set(lbrycrd_rpc_pass='wrong')