summaryrefslogtreecommitdiffstats
path: root/unitest-restful.py
diff options
context:
space:
mode:
Diffstat (limited to 'unitest-restful.py')
-rwxr-xr-xunitest-restful.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unitest-restful.py b/unitest-restful.py
index e6a58bec..d971479b 100755
--- a/unitest-restful.py
+++ b/unitest-restful.py
@@ -32,7 +32,7 @@ from glances.compat import text_type
import requests
SERVER_PORT = 61234
-API_VERSION = 2
+API_VERSION = 3
URL = "http://localhost:{}/api/{}".format(SERVER_PORT, API_VERSION)
pid = None