Skip to content

Commit 917d0fa

Browse files
committed
fix
1 parent 9d12207 commit 917d0fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ydb/tests/library/compatibility/fixtures.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ def base_setup(self):
119119
def setup_cluster(self, **kwargs):
120120
self.config = KikimrConfigGenerator(
121121
erasure=Erasure.MIRROR_3_DC,
122-
binary_paths=self.all_binary_p
123-
aths,
122+
binary_paths=self.all_binary_paths,
124123
**kwargs,
125124
)
126125

0 commit comments

Comments
 (0)