mirror of
https://github.com/meshtastic/python.git
synced 2025-12-24 08:27:55 -05:00
fix test
This commit is contained in:
@@ -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