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

Commit

Permalink
Fix databricks plugin test Naming Error (#393)
Browse files Browse the repository at this point in the history
* Fix the Input Error

Signed-off-by: Future Outlier <[email protected]>

* submitting a databricks job

Signed-off-by: Future Outlier <[email protected]>

---------

Signed-off-by: Future Outlier <[email protected]>
Co-authored-by: Future Outlier <[email protected]>
  • Loading branch information
Future-Outlier and Future Outlier authored Aug 23, 2023
1 parent cf5fcb8 commit 13465ae
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 snowflake 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 13465ae

Please sign in to comment.