Skip to content

Commit

Permalink
fix: Cleanup in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakuz-db committed Nov 19, 2024
1 parent 8c8fb35 commit 234d971
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bundle/config/mutator/apply_presets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"github.com/databricks/cli/bundle/config/mutator"
"github.com/databricks/cli/bundle/config/resources"
"github.com/databricks/cli/libs/dbr"
"github.com/databricks/cli/libs/vfs"
"github.com/databricks/databricks-sdk-go/service/catalog"
"github.com/databricks/databricks-sdk-go/service/jobs"
"github.com/stretchr/testify/require"
Expand Down Expand Up @@ -48,7 +47,6 @@ func TestApplyPresetsPrefix(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
b := &bundle.Bundle{
SyncRoot: vfs.MustNew(t.TempDir()),
Config: config.Root{
Resources: config.Resources{
Jobs: map[string]*resources.Job{
Expand Down

0 comments on commit 234d971

Please sign in to comment.