Skip to content

Commit

Permalink
chore: make names shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrkndrssn committed Aug 12, 2024
1 parent 19ee012 commit f32d0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy_framework/datasource_environments_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

func TestAccDataSourceEnvironments(t *testing.T) {
localName := acctest.RandStringFromCharSet(50, acctest.CharSetAlpha)
localName := acctest.RandStringFromCharSet(20, acctest.CharSetAlpha)
prefix := fmt.Sprintf("data.octopusdeploy_environments.%s", localName)
take := 10

Expand Down

0 comments on commit f32d0eb

Please sign in to comment.