From ece4b3429ee02db74d60b9d47a3aa7ad7ded31e2 Mon Sep 17 00:00:00 2001 From: Ilia Babanov Date: Tue, 22 Oct 2024 13:40:01 +0200 Subject: [PATCH] Fix tests --- packages/databricks-vscode/src/cli/CliWrapper.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/databricks-vscode/src/cli/CliWrapper.test.ts b/packages/databricks-vscode/src/cli/CliWrapper.test.ts index c3bec8c1e..d2a6b5508 100644 --- a/packages/databricks-vscode/src/cli/CliWrapper.test.ts +++ b/packages/databricks-vscode/src/cli/CliWrapper.test.ts @@ -75,7 +75,7 @@ describe(__filename, function () { const logFilePath = getTempLogFilePath(); const cli = createCliWrapper(logFilePath); - const syncCommand = `${cliPath} sync . /Repos/user@databricks.com/project --watch --output json`; + const syncCommand = `${cliPath} bundle sync --watch --output json`; const loggingArgs = `--log-level debug --log-file ${logFilePath} --log-format json`; let {command, args} = cli.getSyncCommand("incremental"); assert.equal(