diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-06-26 22:26:11 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-06-26 22:26:11 +0000 |
| commit | 73eaa61f468d1c4f6f800862e4eb4d8a70f88bb1 (patch) | |
| tree | 0d8fd887cfcbdc00843f9893b6b8233a27a906bc /nova/tests | |
| parent | ad9e7a83de4e57c44bf9d5e089a548c2f8820867 (diff) | |
| parent | 645c2d3a06bbf8b0854ebcc539ad33dd706866c5 (diff) | |
Merge "Accept is_public=None when listing all flavors"
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/api/openstack/compute/test_flavors.py | 1 |
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( |
