We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a43c78 commit 94891e8Copy full SHA for 94891e8
1 file changed
mdl/visitor/visitor_security_test.go
@@ -274,12 +274,6 @@ func TestRevokeEntityAccess_Partial(t *testing.T) {
274
}
275
276
277
-type grantRevokeTest struct {
278
- name string
279
- input string
280
- stmtType string
281
-}
282
-
283
func TestGrantRevokeMicroflow(t *testing.T) {
284
t.Run("grant", func(t *testing.T) {
285
input := `GRANT EXECUTE ON MICROFLOW MyModule.ProcessOrder TO MyModule.Admin;`
0 commit comments