Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfeng-db committed Aug 28, 2024
1 parent 56c3972 commit e8cc0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/acceptance/file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func TestUcAccFileUpdateServerChange(t *testing.T) {
path = "/Volumes/${databricks_volume.this.catalog_name}/${databricks_volume.this.schema_name}/${databricks_volume.this.name}/abcde"
}`,
// We are modifying the resource during the check stage, which causes the TF validation to fail. Ignoring the error.
ExpectError: regexp.MustCompile(` the plan was not empty`),
ExpectError: regexp.MustCompile(` the refresh plan was not empty.`),
Check: resourceCheck("databricks_file.this", func(ctx context.Context, client *common.DatabricksClient, id string) error {
w, err := client.WorkspaceClient()
if err != nil {
Expand Down

0 comments on commit e8cc0fb

Please sign in to comment.