address tinwood's comments

This commit is contained in:
Chris MacNaughton
2019-12-03 17:15:44 +01:00
parent f0be9b5136
commit 8b40d28ad1

View File

@@ -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()