diff --git a/meshtastic/tests/test_node.py b/meshtastic/tests/test_node.py index f0b2c41..8c13ee2 100644 --- a/meshtastic/tests/test_node.py +++ b/meshtastic/tests/test_node.py @@ -118,6 +118,7 @@ def test_reboot(caplog): anode.reboot() assert re.search(r'Telling node to reboot', caplog.text, re.MULTILINE) + @pytest.mark.unit def test_shutdown(caplog): """Test shutdown"""