fix: cache test sql connection

This commit is contained in:
aro 2023-03-11 11:51:24 +01:00
parent 8792c59568
commit fb562b43b9

View file

@ -22,7 +22,7 @@ public class CacheStorageTest {
final Configuration config = new Configuration(
"127.0.0.1",
"root",
"INVALID_PASSWORD",
"12345",
"",
false,
false);