We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af99bce commit fd4dc7dCopy full SHA for fd4dc7d
1 file changed
modules/client/src/test/java/org/apache/ignite/client/ConnectionTest.java
@@ -77,7 +77,7 @@ public void testInvalidNodeAddresses() {
77
var ex = assertThrows(IgniteClientConnectionException.class,
78
() -> testConnection("127.0.0.1:47500"));
79
80
- String errMsg = ex.getCause().getMessage();
+ String errMsg = ex.getMessage();
81
82
// It does not seem possible to verify that it's a 'Connection refused' exception because with different
83
// user locales the message differs, so let's just check that the message ends with the known suffix.
0 commit comments