diff --git a/heatclient/tests/unit/test_shell.py b/heatclient/tests/unit/test_shell.py index a166002f..1e37ffad 100644 --- a/heatclient/tests/unit/test_shell.py +++ b/heatclient/tests/unit/test_shell.py @@ -1225,7 +1225,7 @@ class ShellTestUserPass(ShellBase): '2', 'teststack2', 'IN_PROGRESS', - '14:14:30', '2013-12-05', + '14:14:30', '2013-12-05', 'CREATE_IN_PROGRESS', 'state changed', '14:14:31', 'testresource', diff --git a/heatclient/tests/unit/v1/test_hooks.py b/heatclient/tests/unit/v1/test_hooks.py index 2b0724c6..7fc0de2e 100644 --- a/heatclient/tests/unit/v1/test_hooks.py +++ b/heatclient/tests/unit/v1/test_hooks.py @@ -129,7 +129,7 @@ class TestHooks(testtools.TestCase): } }, } - self.assertEqual(expected_hooks, actual_hooks) + self.assertEqual(expected_hooks, actual_hooks) def test_update_hooks_in_args(self): type(self.args).pre_update = mock.PropertyMock( diff --git a/tox.ini b/tox.ini index ee2d780e..2913f911 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,7 @@ commands= downloadcache = ~/cache/pip [flake8] -ignore = E123,E126,E128,E241,E265 +ignore = E123,E126,E128,E265 show-source = True exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build max-complexity=20