summaryrefslogtreecommitdiff
path: root/indra/llmessage/tests/llsdmessage_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmessage/tests/llsdmessage_test.cpp')
-rw-r--r--indra/llmessage/tests/llsdmessage_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/tests/llsdmessage_test.cpp b/indra/llmessage/tests/llsdmessage_test.cpp
index 0f2c069303..31a791e4b4 100644
--- a/indra/llmessage/tests/llsdmessage_test.cpp
+++ b/indra/llmessage/tests/llsdmessage_test.cpp
@@ -143,7 +143,7 @@ namespace tut
httpPump.post(request);
ensure("got response", netio.pump());
ensure("success response", success);
- ensure_equals(result.asString(), "success");
+ ensure_equals(result["reply"].asString(), "success");
body["status"] = 499;
body["reason"] = "custom error message";