Skip to content

Commit ef27ec5

Browse files
authored
[Internal] Fix acceptance test for databricks_registered_model data source (#4105)
## Changes <!-- Summary of your changes that are easy to understand --> Remove unsupported attribute `include_model_versions` ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [x] `make test` run locally - [ ] relevant change in `docs/` folder - [x] covered with integration tests in `internal/acceptance` - [x] relevant acceptance tests are passing - [ ] using Go SDK
1 parent 45ff668 commit ef27ec5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/acceptance/registered_model_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ func TestUcAccRegisteredModel(t *testing.T) {
4545
}
4646
data "databricks_registered_model" "model" {
4747
full_name = databricks_registered_model.model.id
48-
include_model_versions = true
4948
}
5049
output "model" {
5150
value = data.databricks_registered_model.model

0 commit comments

Comments
 (0)