Skip to content

Commit 95e96f8

Browse files
authored
Add External M1 (#19386)
1 parent 61495d8 commit 95e96f8

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
@@ -49,3 +49,7 @@ class TestExternalA1(ExternalSuiteBase):
4949

5050
class TestExternalX1(ExternalSuiteBase):
5151
external_folder: str = 'x1'
52+
53+
54+
class TestExternalM1(ExternalSuiteBase):
55+
external_folder: str = 'm1'

0 commit comments

Comments
 (0)