From b75623c7dc6b93c6eceaf2166301dfc471910d85 Mon Sep 17 00:00:00 2001 From: "bodong.yang" Date: Thu, 19 Dec 2024 08:33:05 +0000 Subject: [PATCH] minor fix to test --- tests/test_otaclient/test_create_standby.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_otaclient/test_create_standby.py b/tests/test_otaclient/test_create_standby.py index cb2abf3bf..444449114 100644 --- a/tests/test_otaclient/test_create_standby.py +++ b/tests/test_otaclient/test_create_standby.py @@ -88,7 +88,6 @@ def mock_setup(self, mocker: MockerFixture, prepare_ab_slots): self._boot_control = typing.cast( BootControllerProtocol, mocker.MagicMock(spec=BootControllerProtocol) ) - self._boot_control.get_standby_boot_dir.return_value = self.slot_b_boot_dir # type: ignore # ------ mock otaclient cfg ------ # mocker.patch(f"{OTA_CORE_MODULE}.cfg.STANDBY_SLOT_MNT", str(self.slot_b))