Skip to content

Commit 2871d22

Browse files
committed
better security_invoker test
show that the option name is case-sensitive
1 parent cd8f8de commit 2871d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +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
246+
fail("WITH SECURITY_INVOKER = true"); // option name is case-sensitive
247247
fail("WITH (security_invoker)");
248248
fail("WITH (security_invoker = false)");
249249
fail("WITH (security_invoker = true, security_invoker = false)");

0 commit comments

Comments
 (0)