Skip to content

Commit

Permalink
Rename VPC data source tests
Browse files Browse the repository at this point in the history
VPC data source tests were prefixed with "multitenancy" but as there is a VPC test job, they could run there instead.

Signed-off-by: Kobi Samoray <[email protected]>
  • Loading branch information
ksamoray committed Jul 9, 2024
1 parent 9a7d2a9 commit d08fdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsxt/data_source_nsxt_vpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/vmware/vsphere-automation-sdk-go/services/nsxt/orgs/projects"
)

func TestAccDataSourceNsxtVPC_basic_multitenancy(t *testing.T) {
func TestAccDataSourceNsxtVPC_basic(t *testing.T) {
name := getAccTestDataSourceName()
testResourceName := "data.nsxt_vpc.test"

Expand Down

0 comments on commit d08fdda

Please sign in to comment.