Merge pull request #140 from openstack-charmers/feature/manila-tests

Fix mis-named variable
This commit is contained in:
Alex Kavanagh
2019-12-04 10:53:45 +00:00
committed by GitHub
+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()