Skip to content

Commit 4147a42

Browse files
authored
Fix default value (#10309)
1 parent b21290b commit 4147a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/olap/load/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self, iterations: Optional[int] = None, timeout: Optional[float] =
2222
timeout: float = 1800.
2323
refference: str = ''
2424
check_canonical: bool = False
25-
query_settings: dict[int, LoadSuiteBase.QuerySettings]
25+
query_settings: dict[int, LoadSuiteBase.QuerySettings] = {}
2626

2727
@property
2828
def suite(self) -> str:

0 commit comments

Comments
 (0)