Skip to content

Commit 5ade542

Browse files
author
elay
committed
change test parameter
1 parent 1d9f5f6 commit 5ade542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcfuncs/tests/ipban/test_ipban.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from ipban.models import UpdateBannedIPTask
1212
from pytest_mock import MockerFixture
1313

14-
MOCK_LOGS_QUERY_RESULT = [("192.168.1.1", 170), ("192.168.1.4", 420)]
14+
MOCK_LOGS_QUERY_RESULT = [("192.168.1.1", 8000), ("192.168.1.4", 12000)]
1515
TEST_BANNED_IP_TABLE = "testblobstoragebannedip"
1616

1717

0 commit comments

Comments
 (0)