summaryrefslogtreecommitdiffstats
path: root/nova/tests/api/openstack/compute/test_flavors.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/api/openstack/compute/test_flavors.py')
-rw-r--r--nova/tests/api/openstack/compute/test_flavors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/api/openstack/compute/test_flavors.py b/nova/tests/api/openstack/compute/test_flavors.py
index 77e637044..3741fcd33 100644
--- a/nova/tests/api/openstack/compute/test_flavors.py
+++ b/nova/tests/api/openstack/compute/test_flavors.py
@@ -792,6 +792,7 @@ class ParseIsPublicTest(test.TestCase):
def test_string_none(self):
self.assertPublic(None, 'none')
+ self.assertPublic(None, 'None')
def test_other(self):
self.assertRaises(