diff --git a/acceptance/bundle/exec/no-auth/script b/acceptance/bundle/exec/no-auth/script index 93715d448..0378ab266 100644 --- a/acceptance/bundle/exec/no-auth/script +++ b/acceptance/bundle/exec/no-auth/script @@ -1,5 +1,5 @@ -export DATABRICKS_HOST="" -export DATABRICKS_TOKEN="" +unset DATABRICKS_HOST +unset DATABRICKS_TOKEN # Confirm that bundle exec works for commands that do not require authentication, # even if authentication is not provided. diff --git a/acceptance/bundle/exec/test.toml b/acceptance/bundle/exec/test.toml new file mode 100644 index 000000000..4564a92fe --- /dev/null +++ b/acceptance/bundle/exec/test.toml @@ -0,0 +1,2 @@ +Cloud = false +Local = true