diff --git a/sunnypilot/mads/tests/test_state_machine.py b/sunnypilot/mads/tests/test_state_machine.py index 0c95dd3970..178859259e 100644 --- a/sunnypilot/mads/tests/test_state_machine.py +++ b/sunnypilot/mads/tests/test_state_machine.py @@ -29,7 +29,6 @@ class MockMADS: self.selfdrive = mocker.MagicMock() self.selfdrive.state_machine = mocker.MagicMock() self.selfdrive.active = False - self.available = True class TestMADSStateMachine: