New mapper changes fix
Change-Id: I9d46c141c28d8264d6987721eb6a5b0481296c89
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_rest_interfaces.robot b/tests/test_rest_interfaces.robot
index 0e42f88..e58ea7e 100644
--- a/tests/test_rest_interfaces.robot
+++ b/tests/test_rest_interfaces.robot
@@ -102,8 +102,8 @@
${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: /xyz/idont/exist
+ Should Contain ${jsondata["data"]["description"]}
+ ... org.freedesktop.DBus.Error.FileNotFound: path or object not found
Should Be Equal As Strings ${jsondata["message"]} 404 Not Found
Should Be Equal As Strings ${jsondata["status"]} error