Skip to content

Commit 5dfd4e6

Browse files
review: fix tests for plain auth v8 - without spaces
1 parent c71deda commit 5dfd4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fe/fe-core/src/test/java/org/apache/doris/mysql/privilege/PlainAuthWithEmptyPasswordAndLdapTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public void testPlainPasswordAuthWithAllowEmptyPassFalse() throws Exception {
104104

105105
//non empty pass - success
106106
Assertions.assertFalse(LdapConfig.ldap_allow_empty_pass);
107-
Env.getCurrentEnv().getAuth().checkPlainPassword("user3.2", IP, "testPass", null);
107+
Env.getCurrentEnv().getAuth().checkPlainPassword("user3.2", IP, "testPass", null);
108108
}
109109

110110
@AfterEach

0 commit comments

Comments
 (0)