aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/rpcbind_test.py
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-11-12 08:12:59 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-11-12 08:22:36 +0100
commit5fcc14ee0562faff2ace17082f664e60c375b334 (patch)
treef546298e4e9cfa8ccccd1ae44ec918ea8f014296 /qa/rpc-tests/rpcbind_test.py
parentcbf9609c71c6dca6efac8504dc9bd82f6b205cc9 (diff)
parentb5cbd396ca7214f4f944163ed314456038fdd818 (diff)
downloadbitcoin-5fcc14ee0562faff2ace17082f664e60c375b334.tar.xz
Merge pull request #6804
b5cbd39 Add basic coverage reporting for RPC tests (James O'Beirne)
Diffstat (limited to 'qa/rpc-tests/rpcbind_test.py')
-rwxr-xr-xqa/rpc-tests/rpcbind_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/rpcbind_test.py b/qa/rpc-tests/rpcbind_test.py
index 04110c2831..7a9da66787 100755
--- a/qa/rpc-tests/rpcbind_test.py
+++ b/qa/rpc-tests/rpcbind_test.py
@@ -47,7 +47,7 @@ def run_allowip_test(tmpdir, allow_ips, rpchost, rpcport):
try:
# connect to node through non-loopback interface
url = "http://rt:rt@%s:%d" % (rpchost, rpcport,)
- node = AuthServiceProxy(url)
+ node = get_rpc_proxy(url, 1)
node.getinfo()
finally:
node = None # make sure connection will be garbage collected and closed