Apply suggestion from @ianmcorvidae

This commit is contained in:
Ian McEwen authored and GitHub committed 2026-03-02 09:56:44 -07:00
1 parent d5eaecea07
commit 6511d06e2f
1 file changed
+1 -1
+1 -1
View File
@@ -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):