Skip to content

Commit 025584f

Browse files
author
Andrei
committed
Update conftest.py
1 parent 0a0e673 commit 025584f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class BaseTest:
2727
proxyPort = 9999
2828

2929
@staticmethod
30-
def get_random_string(length: int) -> str:
30+
def get_random_string(length: int = 36) -> str:
3131
"""
3232
Method generate random string with set length
3333

0 commit comments

Comments
 (0)