Skip to content

Commit

Permalink
Merge connection config parser test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Nov 27, 2024
1 parent 5e81573 commit ead964a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public void shouldThrowExceptionIfTokenIsNotSetForOauth() throws IOException {
prepareConnectionConfigurationTomlFile(
Collections.singletonMap("token_file_path", tokenFile.toString()), true, false, "");

Assert.assertThrows(
assertThrows(
SnowflakeSQLException.class, () -> SFConnectionConfigParser.buildConnectionParameters());
}

Expand Down

0 comments on commit ead964a

Please sign in to comment.