We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a517a commit cdfc556Copy full SHA for cdfc556
client-v2/src/test/java/com/clickhouse/client/query/QueryTests.java
@@ -1848,7 +1848,7 @@ public void testOperationCustomRoles(String[] roles) throws Exception {
1848
return;
1849
}
1850
1851
- String password = "^1A" + RandomStringUtils.random(12, true, true) + "3B$";
+ String password = "^1A" + RandomStringUtils.random(12, true, true) + "3b$";
1852
final String rolesList = "\"" + Strings.join("\",\"", roles) + "\"";
1853
try (CommandResponse resp = client.execute("DROP ROLE IF EXISTS " + rolesList).get()) {
1854
0 commit comments