Folders: Move to integration tests (#108733)
This commit is contained in:
committed by
GitHub
parent
af72ef31d1
commit
39b9700048
@@ -31,6 +31,7 @@ import (
|
||||
|
||||
var folderTitle string = "folder1"
|
||||
var folderDsc string = "folder desc"
|
||||
var usr = &user.SignedInUser{UserID: 1, OrgID: orgID, Permissions: map[int64]map[string][]string{orgID: {dashboards.ActionFoldersCreate: {dashboards.ScopeFoldersProvider.GetResourceScopeUID(folder.GeneralFolderUID)}}}}
|
||||
|
||||
func TestIntegrationCreate(t *testing.T) {
|
||||
if testing.Short() {
|
||||
|
||||
Reference in New Issue
Block a user