Skip to content

Commit

Permalink
chore: fix missing double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrkndrssn committed Aug 12, 2024
1 parent 566fe3d commit 19ee012
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 @@ -81,7 +81,7 @@ func testAccDataSourceEnvironmentsEmpty(localName string) string {
func createTestAccDataSourceEnvironmentsConfig(name string) string {
return fmt.Sprintf(`
resource "octopusdeploy_environment" "%[1]s" {
name = "%[1]s
name = "%[1]s"
}
resource "octopusdeploy_environment" "%[1]s-1" {
Expand Down

0 comments on commit 19ee012

Please sign in to comment.