We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795b652 commit 58fc614Copy full SHA for 58fc614
1 file changed
meshtastic/tests/test_main.py
@@ -1738,7 +1738,8 @@ def test_main_export_config(capsys):
1738
fixed_position: true
1739
position_flags: 35"""
1740
export_config(mo)
1741
- out, err = capsys.readouterr()
+ out = export_config(mo)
1742
+ err = ""
1743
1744
# ensure we do not output this line
1745
assert not re.search(r"Connected to radio", out, re.MULTILINE)
0 commit comments