Skip to content

Commit 90f7aa7

Browse files
committed
Fix rest.py test after #5376
1 parent fec0d10 commit 90f7aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/rpc-tests/rest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def http_get_call(host, port, path, response_object = 0):
3131

3232

3333
class RESTTest (BitcoinTestFramework):
34-
FORMAT_SEPARATOR = "/"
34+
FORMAT_SEPARATOR = "."
3535

3636
def run_test(self):
3737
url = urlparse.urlparse(self.nodes[0].url)
@@ -59,4 +59,4 @@ def run_test(self):
5959
assert_greater_than(int(response.getheader('content-length')), 10)
6060

6161
if __name__ == '__main__':
62-
RESTTest ().main ()
62+
RESTTest ().main ()

0 commit comments

Comments
 (0)