Fix a typo in nsx_v3 update_resource mocked call

Change-Id: I030066b9651b7c85a4d5a0de8b120fca68ab2d59
This commit is contained in:
Shih-Hao Li 2016-04-18 12:24:36 -07:00
parent f5c2ebce1a
commit d115bdee5d

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):