mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
folders: rename folder_acl in api to folder_permission
This commit is contained in:
parent
d68099bc4a
commit
3df8ae2306
@ -13,7 +13,7 @@ import (
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
)
|
||||
|
||||
func TestFolderAclApiEndpoint(t *testing.T) {
|
||||
func TestFolderPermissionApiEndpoint(t *testing.T) {
|
||||
Convey("Folder permissions test", t, func() {
|
||||
Convey("Given user has no admin permissions", func() {
|
||||
origNewGuardian := guardian.New
|
Loading…
Reference in New Issue
Block a user