Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmhoeger committed Jan 18, 2024
1 parent 20d6787 commit 1b8f587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def test_rpc_remove_failed(bitcoind, ln_node):
with pytest.raises(RpcError) as e:
ln_node.rpc.smaug("remove", "NONEXISTENT_WALLET")
assert (
"RPC call failed: method: smaug, payload: ('remove', 'NONEXISTENT_WALLET'), error: Removal of wallet 'NONEXISTENT_WALLET' failed."
"RPC call failed: method: smaug, payload: ('remove', 'NONEXISTENT_WALLET'), error: Can't find wallet 'NONEXISTENT_WALLET'."
in str(e.value)
)

Expand Down

0 comments on commit 1b8f587

Please sign in to comment.