This commit is contained in:
Shreyas Goenka 2025-01-22 22:02:54 +01:00
parent e2ca65f81e
commit ae485d85c6
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 2 deletions

View File

@ -4,14 +4,13 @@ import (
"os/exec"
"path/filepath"
"runtime"
"testing"
"time"
"github.com/databricks/cli/libs/folders"
"github.com/stretchr/testify/require"
)
func BuildCLI(t *testing.T, flags ...string) string {
func BuildCLI(t TestingT, flags ...string) string {
repoRoot, err := folders.FindDirWithLeaf(".", ".git")
require.NoError(t, err)