Skip to content

Commit

Permalink
fix(ut): fix ut error
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxin688 committed Aug 11, 2024
1 parent 66df727 commit 5181e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

0 comments on commit 5181e15

Please sign in to comment.