diff --git a/tests/test_dispatch.py b/tests/test_dispatch.py index b125d21..623d4fd 100644 --- a/tests/test_dispatch.py +++ b/tests/test_dispatch.py @@ -7,7 +7,7 @@ def test_dispatch(): port=161, version=consts.SnmpVersion.v2c, community="public", - SNMP_MAX_REPETITIONS=20, + snmp_max_repetitions=consts.SNMP_MAX_REPETITIONS, max_workers=64, )