Format code

This commit is contained in:
Roberto Jimenez Sanchez
2025-12-03 12:11:47 +01:00
parent 68ac19887f
commit 0a29f2e49a
@@ -17,8 +17,6 @@ import (
"github.com/grafana/grafana/pkg/registry/apis/provisioning/resources"
)
// Helper function to create folder objects
func createFolderObject(name, uid, parentFolderUID string) unstructured.Unstructured {
folder := unstructured.Unstructured{
@@ -171,7 +169,6 @@ func TestExportSpecificResources_EmptyResources(t *testing.T) {
require.EqualError(t, err, "no resources specified for export")
}
func TestExportSpecificResources_RejectsFolders(t *testing.T) {
resourceRefs := []provisioningV0.ResourceRef{