diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-02-21 16:44:00 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-02-21 16:44:00 +0000 |
| commit | 7bf68577e6e66a540a05bd8153a3675706ec282d (patch) | |
| tree | df5e0a6b335b3d8b325b10c9b7cd27a63cf81f06 /openstackclient/tests/functional/image/v2/test_image.py | |
| parent | ea08e16b08f1feca1a3bde683c13722de39810ad (diff) | |
| parent | c7e0948a2ded4a7486331bc306092c6425f1d0c5 (diff) | |
| download | python-openstackclient-7bf68577e6e66a540a05bd8153a3675706ec282d.tar.gz | |
Merge "Rework port functional tests on json output format"
Diffstat (limited to 'openstackclient/tests/functional/image/v2/test_image.py')
| -rw-r--r-- | openstackclient/tests/functional/image/v2/test_image.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/functional/image/v2/test_image.py b/openstackclient/tests/functional/image/v2/test_image.py index 6faff94a..b6baf570 100644 --- a/openstackclient/tests/functional/image/v2/test_image.py +++ b/openstackclient/tests/functional/image/v2/test_image.py @@ -84,7 +84,7 @@ class ImageTests(base.TestCase): self.openstack( 'image set --accept ' + self.NAME) shared_img_list = self.parse_listing( - self.openstack('image list --shared', self.get_opts(['name'])) + self.openstack('image list --shared') ) self.assertIn(self.NAME, [img['Name'] for img in shared_img_list]) |
