diff --git a/modules/core/src/test/java/org/apache/ignite/internal/encryption/EncryptedCacheNodeJoinTest.java b/modules/core/src/test/java/org/apache/ignite/internal/encryption/EncryptedCacheNodeJoinTest.java index 2391bdb0643be..072afffa7b907 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/encryption/EncryptedCacheNodeJoinTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/encryption/EncryptedCacheNodeJoinTest.java @@ -284,7 +284,7 @@ private void checkNodeJoinWithStaticCacheConfig( if (client && newCfg) { String expErrMsg = "Joining node has encrypted caches which are not presented on the cluster, " + "encrypted caches configured on client node cannot be started when such node joins " + - "the cluster, these caches can be started manually (dynamically) after node is joined " + + "the cluster, these caches can be started manually (dynamically) after node joined" + "[caches=" + cacheName() + ']'; GridTestUtils.assertThrowsAnyCause(log, () -> startClientGrid(CLIENT), IgniteSpiException.class, expErrMsg);