Remove access to folders directly from library elements service (#98665)

* Remove access to folders directly from library elements service

* Lint

* Remove unwanted comment
This commit is contained in:
Leonor Oliveira
2025-01-09 11:03:04 +02:00
committed by GitHub
parent 22282334c7
commit 4f2d8a1a3b
3 changed files with 12 additions and 8 deletions
@@ -695,7 +695,7 @@ func getExpected(t *testing.T, res model.LibraryElementDTO, UID string, name str
Version: 1,
Meta: model.LibraryElementDTOMeta{
FolderName: "General",
FolderUID: "",
FolderUID: res.FolderUID,
ConnectedDashboards: 0,
Created: res.Meta.Created,
Updated: res.Meta.Updated,