Skip to content

Commit cd8f8de

Browse files
committed
fixup
1 parent 65d51db commit cd8f8de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/kqp/ut/view/view_ut.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ Y_UNIT_TEST_SUITE(TCreateAndDropViewTest) {
243243
fail("");
244244
fail("WITH security_invoker");
245245
fail("WITH security_invoker = false");
246+
fail("WITH SECURITY_INVOKER = false"); // option name is case-sensitive
246247
fail("WITH (security_invoker)");
247248
fail("WITH (security_invoker = false)");
248249
fail("WITH (security_invoker = true, security_invoker = false)");

0 commit comments

Comments
 (0)