From ad5f17b37ea32e602df75bd86f93cc7a4f1a3eff Mon Sep 17 00:00:00 2001 From: inspurericzhang Date: Sat, 28 Apr 2018 18:08:08 +0800 Subject: [PATCH] fix misspelling variable Change-Id: I323abc8f13a43c5c53080657a0ab27ef7b8a53d4 --- dragonflow/tests/unit/test_migration_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dragonflow/tests/unit/test_migration_app.py b/dragonflow/tests/unit/test_migration_app.py index 80da83181..832415509 100644 --- a/dragonflow/tests/unit/test_migration_app.py +++ b/dragonflow/tests/unit/test_migration_app.py @@ -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,