mirror of
https://github.com/meshtastic/python.git
synced 2026-04-26 01:53:32 -04:00
fix output on tests using pytest -s option; fixed some tests
This commit is contained in:
@@ -60,7 +60,6 @@ def test_getMyUser(reset_globals, iface_with_nodes):
|
||||
|
||||
iface.myInfo.my_node_num = 2475227164
|
||||
myuser = iface.getMyUser()
|
||||
print(f'myuser:{myuser}')
|
||||
assert myuser is not None
|
||||
assert myuser["id"] == '!9388f81c'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user