Skip to content

Commit

Permalink
Update data_source_edge_cluster_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe authored Nov 22, 2023
1 parent 46e86ef commit f90f4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/acceptance_test/data_source_edge_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestAccDataSourceNetworkEdgeCluster(t *testing.T) {
return nil, err
}
for i, n := range ServerResp.NetworkServices {
if n.TypeName == "NSX" {
if n.TypeName == "NSX-T" {
serverID = ServerResp.NetworkServices[i].ID

break
Expand Down

0 comments on commit f90f4b8

Please sign in to comment.