From 8f42e94d11eea395acca52ca190c9ac90226628e Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 3 Nov 2021 16:57:13 +0000 Subject: [PATCH] fix helloworld --- helloworld/examples.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helloworld/examples.json b/helloworld/examples.json index 5da03ac..84ecd39 100644 --- a/helloworld/examples.json +++ b/helloworld/examples.json @@ -12,13 +12,13 @@ } }], "stream": [{ - "title": "Streams are currently temporarily not supported in clients", + "title": "Streams responses from the server using websockets", "run_check": true, "request": { - "name": "not supported" + "name": "John" }, "response": { - "message": "not supported" + "message": "Hello John" } }] }