Skip to content

Commit ee92179

Browse files
ennuiteclaude
andcommitted
GH-1027: Revert throws Exception from testTokenOverridesUsernameAndPasswordAuth
Missed in the previous cleanup commit; this was a ripple from the now- removed throws-SQLException on ArrowFlightConnectionConfigImpl.getPort(). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 250ab43 commit ee92179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flight/flight-sql-jdbc-core/src/test/java/org/apache/arrow/driver/jdbc/ConnectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public void testUnencryptedConnectionShouldOpenSuccessfullyWhenProvidedValidCred
130130
* connection should fail if a token is passed in.
131131
*/
132132
@Test
133-
public void testTokenOverridesUsernameAndPasswordAuth() throws Exception {
133+
public void testTokenOverridesUsernameAndPasswordAuth() {
134134
final Properties properties = new Properties();
135135

136136
properties.put(ArrowFlightConnectionProperty.HOST.camelName(), "localhost");

0 commit comments

Comments
 (0)