mirror of
https://github.com/meshtastic/python.git
synced 2026-01-14 10:47:59 -05:00
remove line
This commit is contained in:
@@ -1802,7 +1802,6 @@ def test_main_gpio_rd(caplog, capsys):
|
||||
with caplog.at_level(logging.DEBUG):
|
||||
main()
|
||||
onGPIOreceive(packet, mo)
|
||||
assert re.search(r'readGPIOs nodeid:!1234 mask:4096', caplog.text, re.MULTILINE)
|
||||
out, err = capsys.readouterr()
|
||||
assert re.search(r'Connected to radio', out, re.MULTILINE)
|
||||
assert re.search(r'Reading GPIO mask 0x1000 ', out, re.MULTILINE)
|
||||
|
||||
Reference in New Issue
Block a user