Skip to content

Commit

Permalink
change test parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
elay committed Jun 12, 2024
1 parent 1d9f5f6 commit 5ade542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcfuncs/tests/ipban/test_ipban.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from ipban.models import UpdateBannedIPTask
from pytest_mock import MockerFixture

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)]
TEST_BANNED_IP_TABLE = "testblobstoragebannedip"


Expand Down

0 comments on commit 5ade542

Please sign in to comment.