diff --git a/acceptance/acceptance_test.go b/acceptance/acceptance_test.go index 8ad22aab6..c159d150d 100644 --- a/acceptance/acceptance_test.go +++ b/acceptance/acceptance_test.go @@ -114,7 +114,7 @@ func testAccept(t *testing.T, InprocessMode bool, singleTest string) int { AddHandlers(defaultServer) // Redirect API access to local server: t.Setenv("DATABRICKS_HOST", defaultServer.URL) - t.Setenv("DATABRICKS_TOKEN", "acceptance-test-token") + t.Setenv("DATABRICKS_TOKEN", "dapi1234") homeDir := t.TempDir() // Do not read user's ~/.databrickscfg diff --git a/acceptance/workspace/jobs/create/script b/acceptance/workspace/jobs/create/script index d69180864..9ff7b5b87 100644 --- a/acceptance/workspace/jobs/create/script +++ b/acceptance/workspace/jobs/create/script @@ -1,3 +1 @@ -# Unset GITHUB_ACTIONS to avoid adding the github to the user-agent -unset GITHUB_ACTIONS trace $CLI jobs create --json '{"name":"abc"}' diff --git a/integration/bundle/testdata/default_python/bundle_summary.txt b/integration/bundle/testdata/default_python/bundle_summary.txt index 17d383dbc..318cd2543 100644 --- a/integration/bundle/testdata/default_python/bundle_summary.txt +++ b/integration/bundle/testdata/default_python/bundle_summary.txt @@ -183,4 +183,4 @@ "dev": "$USERNAME" } } -} +} \ No newline at end of file