Skip to content

Commit

Permalink
Fix typo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Oct 11, 2023
1 parent 9848b70 commit fa97784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/databricks_credential_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "dbtcloud_project" "test_project" {
name = "%s"
}
resource "dbtcloud_connection" "databricks" {
project_id = dbtcloud_project.test_credential_project.id
project_id = dbtcloud_project.test_project.id
type = "adapter"
name = "Databricks"
database = ""
Expand Down

0 comments on commit fa97784

Please sign in to comment.