Browse Source

Fix rest.py test after #5376

0.10
Wladimir J. van der Laan 10 years ago
parent
commit
90f7aa7778
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      qa/rpc-tests/rest.py

2
qa/rpc-tests/rest.py

@ -31,7 +31,7 @@ def http_get_call(host, port, path, response_object = 0): @@ -31,7 +31,7 @@ def http_get_call(host, port, path, response_object = 0):
class RESTTest (BitcoinTestFramework):
FORMAT_SEPARATOR = "/"
FORMAT_SEPARATOR = "."
def run_test(self):
url = urlparse.urlparse(self.nodes[0].url)

Loading…
Cancel
Save