mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
update message check in test to reflect new message
This commit is contained in:
1 parent
1967519deb
commit
aa74db46cb
1 file changed
+1
-1
@@ -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 == ""
|
||||
|
||||
|
||||
|
||||
Reference in new issue
Block a user