Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit 9d2d53f

Browse files
review fix for #56: add grants for guest user
1 parent 1102d9f commit 9d2d53f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tnt/storage.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ box.once("testapp:schema:1", function()
8585
box.schema.role.grant('public', 'execute', 'function', 'raise_luajit_error')
8686
box.schema.func.create('raise_client_error')
8787
box.schema.role.grant('public', 'execute', 'function', 'raise_client_error')
88+
89+
box.schema.user.grant('guest', 'super')
8890
end)
8991

9092

0 commit comments

Comments
 (0)