Fix rest.py test after #5376
This commit is contained in:
parent
fec0d100d5
commit
90f7aa7778
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue