Merge "Fix a typo in nsx_v3 update_resource mocked call"

This commit is contained in:
Jenkins 2016-04-19 09:32:40 +00:00 committed by Gerrit Code Review
commit d149b2dee4

View File

@ -103,7 +103,7 @@ class NsxClientTestCase(NsxLibTestCase):
resource, client=self._client)
def update_resource(self, resource, data):
return nsx_client.create_resource(
return nsx_client.update_resource(
resource, data, client=self._client)
class MockNSXClusteredAPI(nsx_cluster.NSXClusteredAPI):