Index: tst_main_treatment_vitals/test.py =================================================================== diff -u -r40314c67874695eefc506c3a6a33896495953edd -r2650a9f3f8ca6571294f6ce322327b62fc832ab9 --- tst_main_treatment_vitals/test.py (.../test.py) (revision 40314c67874695eefc506c3a6a33896495953edd) +++ tst_main_treatment_vitals/test.py (.../test.py) (revision 2650a9f3f8ca6571294f6ce322327b62fc832ab9) @@ -148,7 +148,7 @@ """ test.startSection("Verify the last read of blood pressure and heart rate") test.log("Expected last read logs on current date and time") - expected_last_read = "Interval: off , Last Read: {}".format(saved_time) + expected_last_read = "Interval: OFF , Last Read: {}".format(saved_time) expected_interval_status = (str(expected_last_read)).split(",") expected_interval_data = expected_interval_status[0] expected_last_read_data = expected_interval_status[1].split(":")