Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
elay committed Jun 12, 2024
1 parent 21b4010 commit 342a345
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 @@ -14,7 +14,7 @@
from pytest_mock import MockerFixture

MOCK_LOGS_QUERY_RESULT = [("192.168.1.1", 8000), ("192.168.1.4", 12000)]
TEST_ID = str(uuid.uuid4()).replace("-", "") # dash is not allowed in table name
TEST_ID = str(uuid.uuid4()).replace("-", "") # dash is not allowed in table name
TEST_BANNED_IP_TABLE = f"testblobstoragebannedip{TEST_ID}"

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 342a345

Please sign in to comment.