Revert "New mapper response message changes"

This reverts commit d73d847c370e64e125188f224b61f4dd502efd86.

Need to wait for C++ mapper code to get in if this can not
be backwards compatible.

Change-Id: I6f1b9dadb53fa5d5373866107cb23d1c6e0cb541
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/tests/test_rest_interfaces.robot b/tests/test_rest_interfaces.robot
index 20809c8..0e42f88 100644
--- a/tests/test_rest_interfaces.robot
+++ b/tests/test_rest_interfaces.robot
@@ -93,7 +93,8 @@
     # Example:
     # Response code:404, Content:{
     # "data": {
-    #        "description": "org.freedesktop.DBus.Error.FileNotFound: path or object not found"
+    #        "description": "org.freedesktop.DBus.Error.FileNotFound: path or object not found:
+    #         /xyz/idont/exist"
     #         },
     # "message": "404 Not Found",
     # "status": "error"
@@ -102,7 +103,7 @@
     ${resp}=  OpenBMC Get Request  /xyz/idont/exist/
     ${jsondata}=  To JSON  ${resp.content}
     Should Be Equal As Strings  ${jsondata["data"]["description"]}
-    ...  org.freedesktop.DBus.Error.FileNotFound: path or object not found
+    ...  org.freedesktop.DBus.Error.FileNotFound: path or object not found: /xyz/idont/exist
     Should Be Equal As Strings  ${jsondata["message"]}  404 Not Found
     Should Be Equal As Strings  ${jsondata["status"]}  error