diff options
author | hcpp <hcpp@ydb.tech> | 2023-08-19 11:25:58 +0300 |
---|---|---|
committer | hcpp <hcpp@ydb.tech> | 2023-08-19 12:24:40 +0300 |
commit | fe66a32be1aa1ad38fecdd32a7c4fd1ba72d3685 (patch) | |
tree | 96aed8bf59e04eda576891fcafa02994f324e595 | |
parent | 24a7c2b976da9a1b85a80266ac05b39757ec8629 (diff) | |
download | ydb-fe66a32be1aa1ad38fecdd32a7c4fd1ba72d3685.tar.gz |
SchemeErrors tests has been fixed for external data source
-rw-r--r-- | ydb/core/tx/schemeshard/ut_external_data_source/ut_external_data_source.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/tx/schemeshard/ut_external_data_source/ut_external_data_source.cpp b/ydb/core/tx/schemeshard/ut_external_data_source/ut_external_data_source.cpp index 058d02bc62..bef999b7fa 100644 --- a/ydb/core/tx/schemeshard/ut_external_data_source/ut_external_data_source.cpp +++ b/ydb/core/tx/schemeshard/ut_external_data_source/ut_external_data_source.cpp @@ -273,7 +273,7 @@ Y_UNIT_TEST_SUITE(TExternalDataSourceTest) { Name: "MyExternalDataSource" SourceType: "ObjectStorage" Location: "https://s3.cloud.net/my_bucket" - )", {{NKikimrScheme::StatusSchemeError, "Authorization method not specified"}}); + )", {{NKikimrScheme::StatusSchemeError, "Authorization method isn't specified"}}); TestCreateExternalDataSource(runtime, ++txId, "/MyRoot/DirA", Sprintf(R"( Name: "MyExternalDataSource" SourceType: "ObjectStorage" |