Merge "fix misspelling variable"

This commit is contained in:
Zuul 2018-04-29 08:50:38 +00:00 committed by Gerrit Code Review
commit 7c4bbd5b12
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class TestMigrationApp(test_app_base.DFAppTestBase):
self.controller.db_store.update(fake_lswitch)
self.controller.db_store.update(lport)
self.controller.vswitch_api.get_chassis_ofport.return_value = 3
self.controller.vswitch_api.get_port_ofport_by_id.retrun_value = 2
self.controller.vswitch_api.get_port_ofport_by_id.return_value = 2
mock_update_patch = mock.patch.object(
self.controller.db_store,