Skip to content

Commit

Permalink
update message check in test to reflect new message
Browse files Browse the repository at this point in the history
  • Loading branch information
lysol committed Sep 15, 2024
1 parent 1967519 commit aa74db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshtastic/tests/test_mesh_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def test_getNode_not_local_timeout(capsys):
assert pytest_wrapped_e.type == SystemExit
assert pytest_wrapped_e.value.code == 1
out, err = capsys.readouterr()
assert re.match(r"Error: Timed out waiting for channels", out)
assert re.match(r"Timed out trying to retrieve channel info, retrying", out)
assert err == ""


Expand Down

0 comments on commit aa74db4

Please sign in to comment.