From 8b40d28ad1050e7e2d3485bb19aaebb3b1c664ea Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Tue, 3 Dec 2019 17:15:44 +0100 Subject: [PATCH] address tinwood's comments --- zaza/openstack/charm_tests/manila/tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()