We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69edccd commit d1f4548Copy full SHA for d1f4548
1 file changed
activemq-unit-tests/src/test/java/org/apache/activemq/jmx/JmxCreateNCTest.java
@@ -99,7 +99,7 @@ protected void testDeniedBridgeBlocked(String scheme) throws Exception {
99
100
try {
101
proxy.addNetworkConnector("multicast:(" + scheme + "://localhost)");
102
- fail("Should have failed trying to add vm connector bridge");
+ fail("Should have failed trying to add connector bridge");
103
} catch (IllegalArgumentException e) {
104
assertEquals("Transport scheme '" + scheme + "' is not allowed", e.getMessage());
105
}
0 commit comments