summaryrefslogtreecommitdiff
path: root/tests/unittests/test_handler
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-03-03 14:26:00 -0500
committerScott Moser <smoser@ubuntu.com>2016-03-03 14:26:00 -0500
commit42d3efe69caeb2bb1ebdd67f1bae3e8f2134ff85 (patch)
tree31f921f29748fb79b961c5256f5eea3f92bc7b1c /tests/unittests/test_handler
parent97efb9d48197d7098f1abe2ee519418afbe6aec5 (diff)
parent112d25e6b2a20e8e39c1f22f6a30e0130616c64f (diff)
downloadvyos-cloud-init-42d3efe69caeb2bb1ebdd67f1bae3e8f2134ff85.tar.gz
vyos-cloud-init-42d3efe69caeb2bb1ebdd67f1bae3e8f2134ff85.zip
fix pyflakes reported issues, and run it during package build and tox.
Diffstat (limited to 'tests/unittests/test_handler')
-rw-r--r--tests/unittests/test_handler/test_handler_power_state.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_handler/test_handler_power_state.py b/tests/unittests/test_handler/test_handler_power_state.py
index 5687b10d..cd376e9c 100644
--- a/tests/unittests/test_handler/test_handler_power_state.py
+++ b/tests/unittests/test_handler/test_handler_power_state.py
@@ -107,7 +107,7 @@ def check_lps_ret(psc_return, mode=None):
if 'shutdown' not in psc_return[0][0]:
errs.append("string 'shutdown' not in cmd")
- if 'condition' is None:
+ if condition is None:
errs.append("condition was not returned")
if mode is not None: