Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coe committed Oct 24, 2023
1 parent f487afd commit d07c070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/adbc/driver/snowflake/driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,8 @@ func ConnectWithJwt(uri, keyValue, passcode string) {
panic(err)
}
defer cnxn.Close()
}

func (suite *SnowflakeTests) TestJwtPrivateKey() {
// grab the username from the DSN
cfg, err := gosnowflake.ParseDSN(suite.Quirks.dsn)
Expand Down

0 comments on commit d07c070

Please sign in to comment.