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

10 lines
161 B
Go

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