tests/test-http-api.t
changeset 40176 41263df08109
parent 39814 d059cb669632
child 41320 f790a4e78e97
--- a/tests/test-http-api.t	Mon Oct 08 17:54:14 2018 -0700
+++ b/tests/test-http-api.t	Mon Oct 08 18:17:12 2018 -0700
@@ -218,11 +218,11 @@
 Accessing a known but not enabled API yields a different error
 
   $ send << EOF
-  > httprequest GET api/exp-http-v2-0002
+  > httprequest GET api/exp-http-v2-0003
   >     user-agent: test
   > EOF
   using raw connection to peer
-  s>     GET /api/exp-http-v2-0002 HTTP/1.1\r\n
+  s>     GET /api/exp-http-v2-0003 HTTP/1.1\r\n
   s>     Accept-Encoding: identity\r\n
   s>     user-agent: test\r\n
   s>     host: $LOCALIP:$HGPORT\r\n (glob)
@@ -234,7 +234,7 @@
   s>     Content-Type: text/plain\r\n
   s>     Content-Length: 33\r\n
   s>     \r\n
-  s>     API exp-http-v2-0002 not enabled\n
+  s>     API exp-http-v2-0003 not enabled\n
 
 Restart server with support for HTTP v2 API
 
@@ -269,7 +269,7 @@
   s>     \r\n
   s>     APIs can be accessed at /api/<name>, where <name> can be one of the following:\n
   s>     \n
-  s>     exp-http-v2-0002
+  s>     exp-http-v2-0003
 
   $ send << EOF
   > httprequest GET api/
@@ -290,4 +290,4 @@
   s>     \r\n
   s>     APIs can be accessed at /api/<name>, where <name> can be one of the following:\n
   s>     \n
-  s>     exp-http-v2-0002
+  s>     exp-http-v2-0003