fix: cache test sql connection
This commit is contained in:
parent
8792c59568
commit
fb562b43b9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class CacheStorageTest {
|
||||||
final Configuration config = new Configuration(
|
final Configuration config = new Configuration(
|
||||||
"127.0.0.1",
|
"127.0.0.1",
|
||||||
"root",
|
"root",
|
||||||
"INVALID_PASSWORD",
|
"12345",
|
||||||
"",
|
"",
|
||||||
false,
|
false,
|
||||||
false);
|
false);
|
||||||
|
|
Loading…
Reference in a new issue