Format code
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user