diff --git a/plugins/power/test.py b/plugins/power/test.py index a8be249f0e985b3e810aaa9f610027d7b564566f..21c7ae0ce2b16698a6c184904b43fc4f586259fe 100755 --- a/plugins/power/test.py +++ b/plugins/power/test.py @@ -248,7 +248,7 @@ class PowerPluginTest(gsdtestcase.GSDTestCase): while timeout > 0: time.sleep(1) timeout -= 1 - # check that it requested blank + # check that it requested dim log = self.plugin_log.read() if 'Doing a state transition: dim' in log: