mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
accec7118c
commit
fffc89c6d5
|
@ -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
|
||||
|
|
|
@ -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"}'
|
||||
|
|
|
@ -183,4 +183,4 @@
|
|||
"dev": "$USERNAME"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue