Skip to content

Commit c5c0c23

Browse files
committed
remove comments and extra cassettes
1 parent bd5a81c commit c5c0c23

11 files changed

+0
-631
lines changed

datadog/internal/validators/duplicate_requirement_validator.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ func (v requirementNameValidator) ValidateSet(ctx context.Context, req validator
2424
return
2525
}
2626

27-
// Get all requirement names from the configuration
2827
var requirementNames []string
2928
for _, requirement := range req.ConfigValue.Elements() {
3029
reqObj := requirement.(types.Object)
@@ -35,7 +34,6 @@ func (v requirementNameValidator) ValidateSet(ctx context.Context, req validator
3534

3635
log.Printf("Found %d requirement names in config", len(requirementNames))
3736

38-
// Check for duplicates in the list
3937
seen := make(map[string]bool)
4038
for _, name := range requirementNames {
4139
log.Printf("Checking requirement name: %s", name)

datadog/tests/cassettes/TestCustomFramework_create.freeze

Lines changed: 0 additions & 1 deletion
This file was deleted.

datadog/tests/cassettes/TestCustomFramework_create.yaml

Lines changed: 0 additions & 105 deletions
This file was deleted.

datadog/tests/cassettes/TestCustomFramework_createAndUpdateMultipleRequirements.freeze

Lines changed: 0 additions & 1 deletion
This file was deleted.

datadog/tests/cassettes/TestCustomFramework_createAndUpdateMultipleRequirements.yaml

Lines changed: 0 additions & 138 deletions
This file was deleted.

datadog/tests/cassettes/TestCustomFramework_createMultipleRequirements.freeze

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)