We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480bf01 commit c5bb142Copy full SHA for c5bb142
test/functional/interface_bitcoin_cli.py
@@ -151,7 +151,7 @@ def run_test(self):
151
assert_equal(cli_get_info['balance'], amounts[1])
152
153
self.log.info("Test -getinfo with -rpcwallet=unloaded wallet returns no balances")
154
- cli_get_info = self.nodes[0].cli('-getinfo', rpcwallet3).send_cli()
+ cli_get_info_keys = self.nodes[0].cli('-getinfo', rpcwallet3).send_cli().keys()
155
assert 'balance' not in cli_get_info_keys
156
assert 'balances' not in cli_get_info_keys
157
0 commit comments