Skip to content

Commit

Permalink
Update tests to use dbt_version latest
Browse files Browse the repository at this point in the history
  • Loading branch information
csquire committed Dec 13, 2024
1 parent 8acfe20 commit cf6e7bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/framework/acctest_config/acctest_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func buildAcctestConfig() AcctestConfig {
DbtCloudServiceToken: os.Getenv("DBT_CLOUD_TOKEN"),
DbtCloudPersonalAccessToken: os.Getenv("DBT_CLOUD_PERSONAL_ACCESS_TOKEN"),
DbtCloudHostUrl: determineStringValue("DBT_CLOUD_HOST_URL", "", ""),
DbtCloudVersion: "versionless",
DbtCloudVersion: "latest",

DbtCloudUserId: determineIntValue(
"ACC_TEST_DBT_CLOUD_USER_ID",
Expand Down
4 changes: 0 additions & 4 deletions pkg/framework/acctest_helper/acctest_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ func SharedClient() (*dbt_cloud.Client, error) {
return &client, nil
}

const (
DBT_CLOUD_VERSION = "latest"
)

var TestAccProtoV6ProviderFactories = map[string]func() (tfprotov6.ProviderServer, error){
"dbtcloud": func() (tfprotov6.ProviderServer, error) {
upgradedSdkProvider, err := tf5to6server.UpgradeServer(
Expand Down

0 comments on commit cf6e7bf

Please sign in to comment.