Configure/ Delete IP Address-Operator Privilege

Change in status code for user with operator privilege.

Change-Id: I08c3b5519a89c78ee0803c4e8b97b726642450b6
Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>
diff --git a/redfish/account_service/test_ldap_configuration.robot b/redfish/account_service/test_ldap_configuration.robot
index ec9cf03..510a325 100644
--- a/redfish/account_service/test_ldap_configuration.robot
+++ b/redfish/account_service/test_ldap_configuration.robot
@@ -488,7 +488,7 @@
     ${LDAP_TYPE}  NoAccess         ${GROUP_NAME}  ${HTTP_FORBIDDEN}
 
     # Verify LDAP user with Operator privilege is able to configure IP address.
-    ${LDAP_TYPE}  Operator         ${GROUP_NAME}  ${HTTP_OK}
+    ${LDAP_TYPE}  Operator         ${GROUP_NAME}  ${HTTP_FORBIDDEN}
 
 
 Delete IP Address Via Different User Roles And Verify
@@ -507,7 +507,7 @@
     ${LDAP_TYPE}  NoAccess         ${GROUP_NAME}  ${HTTP_FORBIDDEN}
 
     # Verify LDAP user with Operator privilege is able to delete IP address.
-    ${LDAP_TYPE}  Operator         ${GROUP_NAME}  ${HTTP_OK}
+    ${LDAP_TYPE}  Operator         ${GROUP_NAME}  ${HTTP_FORBIDDEN}
 
 
 Read Network Configuration Via Different User Roles And Verify