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

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Sep 28, 2022
1 parent a81eb23 commit 6b033f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/tasks/plugins/webapi/snowflake/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestBuildRequest(t *testing.T) {
token := "test-token"
queryID := "019e70eb-0000-278b-0000-40f100012b1a"
snowflakeEndpoint := ""
snowflakeURL := "https://" + account + ".snowflakecomputing.com/api/statements"
snowflakeURL := "https://" + account + ".snowflakecomputing.com/api/v2/statements"
t.Run("build http request for submitting a snowflake query", func(t *testing.T) {
queryInfo := QueryInfo{
Account: account,
Expand Down

0 comments on commit 6b033f2

Please sign in to comment.