From fb96fa04702282ff14185a42ba4a616f7775248b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 May 2012 22:52:14 +0800 Subject: [PATCH] tests/soup.js --- tests/soup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/soup.js b/tests/soup.js index ac38ddd9..337c353d 100644 --- a/tests/soup.js +++ b/tests/soup.js @@ -15,4 +15,4 @@ var status = session.send_message(msg); //) print(status); -print(msg.response_body); +print(msg.response_body.data); -- 2.39.2