diff options
Diffstat (limited to 'openstackclient/tests/common/test_parseractions.py')
| -rw-r--r-- | openstackclient/tests/common/test_parseractions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/common/test_parseractions.py b/openstackclient/tests/common/test_parseractions.py index f26f2891..8afcb632 100644 --- a/openstackclient/tests/common/test_parseractions.py +++ b/openstackclient/tests/common/test_parseractions.py @@ -101,4 +101,4 @@ class TestKeyValueAction(utils.TestCase): # There should be no red or blue expect = {'green': '100%'} self.assertDictEqual(expect, actual) - self.assertEqual(failhere, None) + self.assertEqual(None, failhere) |
