Fix rest.py test after #5376

This commit is contained in:
Wladimir J. van der Laan 2014-12-02 15:57:20 +01:00
parent fec0d100d5
commit 90f7aa7778
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 2 additions and 2 deletions

View File

@ -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)