Skip to content

Commit 4065db2

Browse files
authored
Add External B1 (#19457)
1 parent 47742d8 commit 4065db2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ydb/tests/olap/load/lib/external.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ class TestExternalX1(ExternalSuiteBase):
5353

5454
class TestExternalM1(ExternalSuiteBase):
5555
external_folder: str = 'm1'
56+
57+
58+
class TestExternalB1(ExternalSuiteBase):
59+
external_folder: str = 'b1'

0 commit comments

Comments
 (0)