Skip to content

Commit

Permalink
Remove not necessary step in the acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Oct 2, 2024
1 parent 44f2fc4 commit d882307
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions internal/acceptance/data_mlflow_models_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,6 @@ import (

func TestAccDataMlflowModels(t *testing.T) {
workspaceLevel(t,

Check failure on line 11 in internal/acceptance/data_mlflow_models_test.go

View workflow job for this annotation

GitHub Actions / tests

undefined: workspaceLevel
step{
Template: `
resource "databricks_mlflow_model" "this" {
name = "model-{var.RANDOM}"
description = "My MLflow model description"
tags {
key = "key1"
value = "value1"
}
tags {
key = "key2"
value = "value2"
}
}`,
},
step{

Check failure on line 12 in internal/acceptance/data_mlflow_models_test.go

View workflow job for this annotation

GitHub Actions / tests

undefined: step (compile)
Template: `
resource "databricks_mlflow_model" "this" {
Expand Down

0 comments on commit d882307

Please sign in to comment.