diff --git a/zaza/openstack/charm_tests/manila/tests.py b/zaza/openstack/charm_tests/manila/tests.py index e2ae24b..4caaffd 100644 --- a/zaza/openstack/charm_tests/manila/tests.py +++ b/zaza/openstack/charm_tests/manila/tests.py @@ -44,5 +44,4 @@ packages: def test_manila_api(self): """Test that the Manila API is working.""" # now just try a list the shares - # NOTE(AJK) the 'search_opts={}' is to work around Bug#1707303 - self.manila.shares.list(search_opts={}) + self.manila.shares.list()