Corrected robot formatted code
Change-Id: Iae6f77af9b4364a72f73bfac3ae36595825a98ad
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
diff --git a/lib/bmc_redfish_utils.robot b/lib/bmc_redfish_utils.robot
index c3408ea..c95f7f5 100644
--- a/lib/bmc_redfish_utils.robot
+++ b/lib/bmc_redfish_utils.robot
@@ -321,12 +321,12 @@
Verify User Password Expired Using Redfish
[Documentation] Checking whether user password expired or not using redfish.
+ [Arguments] ${username} ${password} ${expected_result}=${True}
# Description of argument(s):
# username The username to be used to login to the BMC.
# password The password to be used to login to the BMC.
- [Arguments] ${username} ${password} ${expected_result}=${True}
Redfish.Login ${username} ${password}
${resp}= Redfish.Get /redfish/v1/AccountService/Accounts/${username}
Should Be Equal ${resp.dict["PasswordChangeRequired"]} ${expected_result}