From dda4d4b653891b24100fae4b14b1272374c20fe6 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Sat, 25 Dec 2021 23:24:28 -0800 Subject: [PATCH] meant to add this change to the last PR --- meshtastic/tests/test_smoke1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/tests/test_smoke1.py b/meshtastic/tests/test_smoke1.py index 82fec42..892ab35 100644 --- a/meshtastic/tests/test_smoke1.py +++ b/meshtastic/tests/test_smoke1.py @@ -104,7 +104,7 @@ def test_smoke1_debug(): """Test --debug""" return_value, out = subprocess.getstatusoutput('meshtastic --info --debug') assert re.search(r'^Owner', out, re.MULTILINE) - assert re.search(r'^DEBUG:root', out, re.MULTILINE) + assert re.search(r'^DEBUG file', out, re.MULTILINE) assert return_value == 0