Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
submitting a databricks job
Browse files Browse the repository at this point in the history
Signed-off-by: Future Outlier <eric901201@gmai.com>
  • Loading branch information
Future Outlier committed Aug 21, 2023
1 parent 255966c commit 4f84297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/tasks/plugins/webapi/databricks/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestBuildRequest(t *testing.T) {
runID := "019e70eb"
databricksEndpoint := ""
databricksURL := "https://" + testInstance + "/api/2.0/jobs/runs"
t.Run("build http request for submitting a databricks query", func(t *testing.T) {
t.Run("build http request for submitting a databricks job", func(t *testing.T) {
req, err := buildRequest(post, nil, databricksEndpoint, testInstance, token, runID, false)
header := http.Header{}
header.Add("Authorization", "Bearer "+token)
Expand Down

0 comments on commit 4f84297

Please sign in to comment.