Skip to content

Commit

Permalink
* modify test to (hopefully) fix failing e2e test connectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dszmolka committed Jul 16, 2024
1 parent 08727a4 commit aa98345
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dsn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1840,8 +1840,6 @@ func TestUrlDecodeIfNeededE2E(t *testing.T) {
cfg := &Config{
Account: os.Getenv("SNOWFLAKE_TEST_ACCOUNT"),
Host: os.Getenv("SNOWFLAKE_TEST_HOST"),
Port: os.Getenv("SNOWFLAKE_TEST_PORT"),
Protocol: os.Getenv("SNOWFLAKE_TEST_PROTOCOL"),
User: os.Getenv("SNOWFLAKE_TEST_USER"),
Password: os.Getenv("SNOWFLAKE_TEST_PASSWORD"),
Params: map[string]*string{"$" + customVarName: &customVarValue, "query_tag": &myQueryTag},
Expand Down

0 comments on commit aa98345

Please sign in to comment.