diff --git a/tests/integration/test_flood_scope_reply.py b/tests/integration/test_flood_scope_reply.py index 1d197b0..6425b7c 100644 --- a/tests/integration/test_flood_scope_reply.py +++ b/tests/integration/test_flood_scope_reply.py @@ -299,6 +299,7 @@ async def test_send_channel_message_normalizes_bare_scope(): bot.config = make_config() bot.connected = True bot.meshcore = MagicMock() + bot.is_radio_zombie = False bot.channel_manager = MagicMock() bot.channel_manager.get_channel_number = Mock(return_value=0)