Skip to content

Commit

Permalink
Fixed unit tests 4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Dec 11, 2024
1 parent 119d503 commit 1000bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/kqp/ut/scheme/kqp_scheme_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6074,7 +6074,7 @@ Y_UNIT_TEST_SUITE(KqpScheme) {
AUTH_METHOD="NONE"
);)";
auto result = session.ExecuteSchemeQuery(query).GetValueSync();
UNIT_ASSERT_VALUES_EQUAL(result.GetStatus(), EStatus::GENERIC_ERROR);
UNIT_ASSERT_VALUES_EQUAL(result.GetStatus(), EStatus::UNSUPPORTED);
UNIT_ASSERT_STRING_CONTAINS(result.GetIssues().ToString(), "External data sources are disabled. Please contact your system administrator to enable it");
}

Expand Down

0 comments on commit 1000bdf

Please sign in to comment.