Redfish session create response code update.

Change-Id: Ib6115b8083c541e91efc5c91fff3fb6e3a70376c
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/redfish_client.robot b/lib/redfish_client.robot
index b8e3aa3..7b2d81e 100644
--- a/lib/redfish_client.robot
+++ b/lib/redfish_client.robot
@@ -39,7 +39,7 @@
     ${resp}=  Post Request  openbmc
     ...  ${REDFISH_SESSION}  data=${data}  headers=${headers}
 
-    Should Be Equal As Strings  ${resp.status_code}  ${HTTP_OK}
+    Should Be Equal As Strings  ${resp.status_code}  ${HTTP_CREATED}
     ${content} =  To JSON  ${resp.content}
 
     Log  ${content["Id"]}