Fix test case and tag mismatch

Changes:
     ./redfish/account_service/test_user_account.robot:
     Verify Account Lockout with Invalid Configuration
     Verify_Account_Lockout_With_Invalid_Configuration

     fixes the Caps in the test case name to match tag.

Tested:
     - NA
Change-Id: If9512a6f796d5f46e9957bfb8c64e9d2c3c47db2
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 5115e5f..30fba2d 100644
--- a/redfish/account_service/test_user_account.robot
+++ b/redfish/account_service/test_user_account.robot
@@ -646,7 +646,7 @@
     Redfish.Delete    /redfish/v1/AccountService/Roles/Administrator
     ...    valid_status_codes=[${HTTP_METHOD_NOT_ALLOWED}]
 
-Verify Account Lockout with Invalid Configuration
+Verify Account Lockout With Invalid Configuration
     [Documentation]  Verify Account Lockout configuration with invalid values.
     [Tags]  Verify_Account_Lockout_With_Invalid_Configuration
 
@@ -1093,4 +1093,4 @@
     Should Be Equal As Strings  "${status}"  "${ssh_status}"
 
     # Close SSH connection for admin user.
-    SSHLibrary.Close Connection
\ No newline at end of file
+    SSHLibrary.Close Connection