This commit is contained in:
Shreyas Goenka 2025-01-24 14:22:11 +01:00
parent accec7118c
commit fffc89c6d5
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
3 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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"}'

View File

@ -183,4 +183,4 @@
"dev": "$USERNAME"
}
}
}
}