mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 23:13:06 -04:00
Apply suggestion from @ianmcorvidae
This commit is contained in:
1 parent
d5eaecea07
commit
6511d06e2f
1 file changed
+1
-1
@@ -805,7 +805,7 @@ def test_writeConfig_traffic_management():
|
||||
|
||||
sent_admin = []
|
||||
|
||||
def capture_send(p, *args, **kwargs):
|
||||
def capture_send(p, *args, **kwargs): # pylint: disable=W0613
|
||||
sent_admin.append(p)
|
||||
|
||||
with patch.object(anode, "_sendAdmin", side_effect=capture_send):
|
||||
|
||||
Reference in new issue
Block a user