Skip to content

Commit

Permalink
better security_invoker test
Browse files Browse the repository at this point in the history
show that the option name is case-sensitive
  • Loading branch information
jepett0 committed Sep 19, 2024
1 parent cd8f8de commit 2871d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/kqp/ut/view/view_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Y_UNIT_TEST_SUITE(TCreateAndDropViewTest) {
fail("");
fail("WITH security_invoker");
fail("WITH security_invoker = false");
fail("WITH SECURITY_INVOKER = false"); // option name is case-sensitive
fail("WITH SECURITY_INVOKER = true"); // option name is case-sensitive
fail("WITH (security_invoker)");
fail("WITH (security_invoker = false)");
fail("WITH (security_invoker = true, security_invoker = false)");
Expand Down

0 comments on commit 2871d22

Please sign in to comment.