Fix mis-named variable

This commit is contained in:
Chris MacNaughton
2019-12-04 11:32:17 +01:00
parent a6bde71683
commit bb675982b6
+1 -1
View File
@@ -38,4 +38,4 @@ class ManilaTests(test_utils.OpenStackBaseTest):
def test_manila_api(self):
"""Test that the Manila API is working."""
# now just try a list the shares
self.manila.shares.list()
self.manila_client.shares.list()