Chore: Deprecate FolderIds from FindPersistedDashboardsQuery (#77651)
* Chore: Deprecate FolderIds from FindPersistedDashboardsQuery * Update pkg/services/dashboards/models.go Co-authored-by: Arati R. <33031346+suntala@users.noreply.github.com> --------- Co-authored-by: Arati R. <33031346+suntala@users.noreply.github.com>
This commit is contained in:
@@ -170,7 +170,7 @@ func TestIntegrationDashboardFolderDataAccess(t *testing.T) {
|
||||
FolderIds: []int64{
|
||||
rootFolderId,
|
||||
folder1.ID,
|
||||
},
|
||||
}, // nolint:staticcheck
|
||||
SignedInUser: currentUser,
|
||||
OrgId: 1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user