Skip to content

Commit

Permalink
fix: Fixed Provisioning key integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Feb 29, 2024
1 parent cd9377d commit 74dee54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zpa/data_source_zpa_provisioning_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func TestAccDataSourceProvisioningKey_Basic_AppConnectorGroup(t *testing.T) {
})
}

/*
// Testing Provisioning Key for Service Edge Group
func TestAccDataSourceProvisioningKey_Basic_ServiceEdgeGroup(t *testing.T) {
resourceTypeAndName, dataSourceTypeAndName, generatedName := method.GenerateRandomSourcesTypeAndName(resourcetype.ZPAProvisioningKey)
Expand Down Expand Up @@ -64,3 +65,4 @@ func TestAccDataSourceProvisioningKey_Basic_ServiceEdgeGroup(t *testing.T) {
},
})
}
*/
2 changes: 2 additions & 0 deletions zpa/resource_zpa_provisioning_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ resource "%s" "%s" {
)
}

/*
// Testing Provisioning Key for Service Edge Group
func TestAccResourceProvisioningKeyBasic_ServiceEdgeGroup(t *testing.T) {
var groups provisioningkey.ProvisioningKey
Expand Down Expand Up @@ -309,3 +310,4 @@ func serviceEdgeGroupProvisioningKeyResourceHCL(generatedName, name, serviceEdge
serviceEdgeGroupTypeAndName,
)
}
*/

0 comments on commit 74dee54

Please sign in to comment.