Skip to content

Commit

Permalink
Remove those unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Sep 2, 2024
1 parent bf34ec1 commit 60ef959
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
30 changes: 0 additions & 30 deletions pkg/config-api-provider/test/root_group_test.go

This file was deleted.

10 changes: 0 additions & 10 deletions pkg/config-api-provider/test/utils.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package test

import (
"github.com/aruba-uxi/configuration-api-terraform-provider/pkg/terraform-provider-configuration/provider/data-sources"
"github.com/aruba-uxi/configuration-api-terraform-provider/pkg/terraform-provider-configuration/provider/resources"
)

Expand Down Expand Up @@ -44,15 +43,6 @@ func GenerateGroupResponseModel(uid string, non_replacement_field_postfix string
}
}

func GenerateRootGroupResponseModel(uid string) datasources.RootGroupResponseModel {
return datasources.RootGroupResponseModel{
UID: uid,
Name: "root",
ParentUid: nil,
Path: uid,
}
}

func GenerateServiceTestResponseModel(uid string, postfix string) resources.ServiceTestResponseModel {
return resources.ServiceTestResponseModel{
Uid: uid,
Expand Down

0 comments on commit 60ef959

Please sign in to comment.