Skip to content

Commit 97276c9

Browse files
committed
Update DBConnectionTest.java
1 parent d1eeb3f commit 97276c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/com/xxdb/DBConnectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5397,7 +5397,7 @@ public void Test_DBConnection_enableSCRAM_true_asynchronousTask_true() throws Ex
53975397
}catch(Exception ex){
53985398
re = ex.getMessage();
53995399
}
5400-
assertEquals("SCRAM login failed, server error: get server nonce failed.", re);
5400+
assertEquals("SCRAM login is not supported in async mode.", re);
54015401
}
54025402

54035403
@Test

0 commit comments

Comments
 (0)