databricks-cli/bundle/config/mutator/populate_current_user_test.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
161 B
Go
Raw Normal View History

package mutator
import (
"testing"
)
func TestPopulateCurrentUser(t *testing.T) {
// We need to implement workspace client mocking to implement this test.
}