tests/test-http-api-httpv2.t
changeset 39378 0f549da54379
parent 38021 538e850ae737
child 39446 36f487a332ad
--- a/tests/test-http-api-httpv2.t	Wed Aug 22 08:20:51 2018 +0800
+++ b/tests/test-http-api-httpv2.t	Mon Aug 27 09:13:58 2018 -0700
@@ -210,7 +210,12 @@
   received frame(size=42; request=1; stream=2; streamflags=stream-begin; type=command-response; flags=eos)
   s>     0\r\n
   s>     \r\n
-  response: [{b'status': b'ok'}, b'customreadonly bytes response']
+  response: [
+    {
+      b'status': b'ok'
+    },
+    b'customreadonly bytes response'
+  ]
 
 Request to read-write command fails because server is read-only by default