aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-12-02 15:57:20 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-12-02 15:57:20 +0100
commit90f7aa777865864d5cf7d1f12af8ef37d851faab (patch)
treee81832d9712e64b066bacef78becfae21dc25cdd /qa
parentfec0d100d57b18308a054cff7d7ec6e3ebf63b53 (diff)
downloadbitcoin-90f7aa777865864d5cf7d1f12af8ef37d851faab.tar.xz
Fix rest.py test after #5376
Diffstat (limited to 'qa')
-rwxr-xr-xqa/rpc-tests/rest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/rpc-tests/rest.py b/qa/rpc-tests/rest.py
index ca09a5c6d8..2d301bf4f8 100755
--- a/qa/rpc-tests/rest.py
+++ b/qa/rpc-tests/rest.py
@@ -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)
@@ -59,4 +59,4 @@ class RESTTest (BitcoinTestFramework):
assert_greater_than(int(response.getheader('content-length')), 10)
if __name__ == '__main__':
- RESTTest ().main () \ No newline at end of file
+ RESTTest ().main ()