Duplicate testcase name removal from test suite

+ redfish/account_service/test_user_account.robot
E: 103, 0: Duplicate testcase name 'Verify Redfish Operator User with Wrong Password' (DuplicateTestNames)

Change-Id: I81aefd2d6c40802a811b22d357ce2b58f5ed5b6a
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/account_service/test_user_account.robot b/redfish/account_service/test_user_account.robot
index 943059c..b611a81 100644
--- a/redfish/account_service/test_user_account.robot
+++ b/redfish/account_service/test_user_account.robot
@@ -100,15 +100,6 @@
     readonly_user  TestPwd123  ReadOnly        ${True}  12
 
 
-Verify Redfish Operator User with Wrong Password
-    [Documentation]  Verify Redfish operator user with wrong password.
-    [Tags]  Verify_Redfish_Operator_User_with_Wrong_Password
-    [Template]  Verify Redfish User with Wrong Password
-
-    #username      password    role_id         enabled  wrong_password
-    operator_user  TestPwd123  Operator        ${True}  12j8a8uakjhdaosiruf024
-
-
 Verify Login with Deleted Redfish Admin User
     [Documentation]  Verify login with deleted Redfish admin user.
     [Tags]  Verify_Login_with_Deleted_Redfish_Admin_User