Skip to content

Commit fada2df

Browse files
author
MarcoFalke
committed
test: Fix wallet_multiwallet issue on windows
1 parent 277c225 commit fada2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/wallet_multiwallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def wallet_file(name):
127127
os.mkdir(wallet_dir('no_access'))
128128
os.chmod(wallet_dir('no_access'), 0)
129129
try:
130-
with self.nodes[0].assert_debug_log(expected_msgs=['Too many levels of symbolic links', 'Error scanning']):
130+
with self.nodes[0].assert_debug_log(expected_msgs=['Error scanning']):
131131
walletlist = self.nodes[0].listwalletdir()['wallets']
132132
finally:
133133
# Need to ensure access is restored for cleanup

0 commit comments

Comments
 (0)