bitcoind: remove custom rpc user names
Simpler. We've just removed option 'bitcoind.rpcuser', so we can also remove the old name 'bitcoinrpc'.
This commit is contained in:
parent
1408403dec
commit
9d610991be
2 changed files with 2 additions and 4 deletions
|
|
@ -50,10 +50,10 @@ def run_tests(extra_tests):
|
|||
machine.wait_until_succeeds("su operator -c 'bitcoin-cli help'")
|
||||
# Restating rpcuser & rpcpassword overrides privileged credentials
|
||||
machine.fail(
|
||||
"bitcoin-cli -rpcuser=publicrpc -rpcpassword=$(cat /secrets/bitcoin-rpcpassword-public) help"
|
||||
"bitcoin-cli -rpcuser=public -rpcpassword=$(cat /secrets/bitcoin-rpcpassword-public) help"
|
||||
)
|
||||
machine.wait_until_succeeds(
|
||||
log_has_string("bitcoind", "RPC User publicrpc not allowed to call method help")
|
||||
log_has_string("bitcoind", "RPC User public not allowed to call method help")
|
||||
)
|
||||
|
||||
assert_running("electrs")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue