mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
fix test
This commit is contained in:
1 parent
795b652069
commit
58fc614fb7
1 file changed
+2
-1
@@ -1738,7 +1738,8 @@ position_broadcast_smart: true
|
||||
fixed_position: true
|
||||
position_flags: 35"""
|
||||
export_config(mo)
|
||||
out, err = capsys.readouterr()
|
||||
out = export_config(mo)
|
||||
err = ""
|
||||
|
||||
# ensure we do not output this line
|
||||
assert not re.search(r"Connected to radio", out, re.MULTILINE)
|
||||
|
||||
Reference in new issue
Block a user