We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9f5f6 commit 5ade542Copy full SHA for 5ade542
pcfuncs/tests/ipban/test_ipban.py
@@ -11,7 +11,7 @@
11
from ipban.models import UpdateBannedIPTask
12
from pytest_mock import MockerFixture
13
14
-MOCK_LOGS_QUERY_RESULT = [("192.168.1.1", 170), ("192.168.1.4", 420)]
+MOCK_LOGS_QUERY_RESULT = [("192.168.1.1", 8000), ("192.168.1.4", 12000)]
15
TEST_BANNED_IP_TABLE = "testblobstoragebannedip"
16
17
0 commit comments