Skip to content

Commit

Permalink
Missed import
Browse files Browse the repository at this point in the history
  • Loading branch information
csquire committed Dec 11, 2024
1 parent 3edcbf3 commit 259ad6f
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package environment_test

import (
"fmt"
"github.com/dbt-labs/terraform-provider-dbtcloud/pkg/framework/acctest_config"
"testing"

"github.com/dbt-labs/terraform-provider-dbtcloud/pkg/framework/acctest_helper"
Expand Down Expand Up @@ -95,5 +96,11 @@ func environments(
project_id = dbtcloud_project.test_project2.id
depends_on = [dbtcloud_environment.test_environment1, dbtcloud_environment.test_environment2]
}
`, randomProjectName1, randomProjectName2, randomEnvironmentName1, acctest_config.AcceptanceTestConfig.DbtCloudVersion, randomEnvironmentName2, acctest_helper.DBT_CLOUD_VERSION)
`, randomProjectName1,
randomProjectName2,
randomEnvironmentName1,
acctest_config.AcceptanceTestConfig.DbtCloudVersion,
randomEnvironmentName2,
acctest_config.AcceptanceTestConfig.DbtCloudVersion,
)
}

0 comments on commit 259ad6f

Please sign in to comment.