summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/tests/common/test_parseractions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/common/test_parseractions.py b/openstackclient/tests/common/test_parseractions.py
index b75c4814..0afbdb7a 100644
--- a/openstackclient/tests/common/test_parseractions.py
+++ b/openstackclient/tests/common/test_parseractions.py
@@ -101,7 +101,7 @@ class TestKeyValueAction(utils.TestCase):
# There should be no red or blue
expect = {'green': '100%'}
self.assertDictEqual(expect, actual)
- self.assertEqual(None, failhere)
+ self.assertIsNone(failhere)
class TestNonNegativeAction(utils.TestCase):