We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277c225 commit fada2dfCopy full SHA for fada2df
test/functional/wallet_multiwallet.py
@@ -127,7 +127,7 @@ def wallet_file(name):
127
os.mkdir(wallet_dir('no_access'))
128
os.chmod(wallet_dir('no_access'), 0)
129
try:
130
- with self.nodes[0].assert_debug_log(expected_msgs=['Too many levels of symbolic links', 'Error scanning']):
+ with self.nodes[0].assert_debug_log(expected_msgs=['Error scanning']):
131
walletlist = self.nodes[0].listwalletdir()['wallets']
132
finally:
133
# Need to ensure access is restored for cleanup
0 commit comments