databricks-cli/bundle/config/tests/include_override_test.go

13 lines
204 B
Go
Raw Normal View History

package config_tests
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestIncludeOverride(t *testing.T) {
root := load(t, "./include_override")
assert.Empty(t, root.Resources.Jobs)
}