From 68e9fd8541da8d9c823f261025a9f737c78e2381 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 20 Sep 2019 11:04:51 -0400 Subject: [PATCH] account integration test fix --- lbry/tests/integration/test_account_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/tests/integration/test_account_commands.py b/lbry/tests/integration/test_account_commands.py index 6cc7f6a2b..2c5fbbbe8 100644 --- a/lbry/tests/integration/test_account_commands.py +++ b/lbry/tests/integration/test_account_commands.py @@ -85,7 +85,7 @@ class AccountManagement(CommandTestCase): stream_list = self.daemon.jsonrpc_stream_list support_list = self.daemon.jsonrpc_support_list utxo_list = self.daemon.jsonrpc_utxo_list - default_account = self.daemon.default_account + default_account = self.wallet.default_account second_account = await self.daemon.jsonrpc_account_create('second account') tx = await self.daemon.jsonrpc_account_send(