Skip to content

Commit

Permalink
test: use vdcg resource instead vdc_group
Browse files Browse the repository at this point in the history
  • Loading branch information
azrod committed Dec 9, 2024
1 parent bc1ec1b commit 7a3d732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testsacc/edgegw_edgegateway_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func (r *EdgeGatewayResource) Tests(ctx context.Context) map[testsacc.TestName]f
resource.TestCheckResourceAttrSet(resourceName, "description"),
},
CommonDependencies: func() (resp testsacc.DependenciesConfigResponse) {
resp.Append(GetResourceConfig()[VDCGroupResourceName]().GetDefaultConfig)
resp.Append(GetResourceConfig()[VDCGResourceName]().GetDefaultConfig)
return
},
// ! Create testing
Expand Down

0 comments on commit 7a3d732

Please sign in to comment.