Chore: Remove folderID from dashboardIdentity tests (#79195)

This commit is contained in:
Kat Yang
2023-12-13 10:50:46 +01:00
committed by GitHub
parent 1efd21c08a
commit 43356e28e7
2 changed files with 12 additions and 15 deletions
@@ -484,9 +484,10 @@ type provisioningMetadata struct {
}
type dashboardIdentity struct {
// Deprecated: use FolderUID instead
folderID int64
title string
// Deprecated: use folderUID instead
folderID int64
folderUID string
title string
}
func (d *dashboardIdentity) Exists() bool {