Chore: Deprecate FolderID from SaveDashboardCommand (#77813)
This commit is contained in:
@@ -406,7 +406,7 @@ func TestDashboardAPIEndpoint(t *testing.T) {
|
||||
"title": "Dash",
|
||||
}),
|
||||
Overwrite: true,
|
||||
FolderID: folderID,
|
||||
FolderID: folderID, // nolint:staticcheck
|
||||
FolderUID: folderUID,
|
||||
IsFolder: false,
|
||||
Message: "msg",
|
||||
|
||||
Reference in New Issue
Block a user