Skip to content

Commit d1f4548

Browse files
committed
Fix log message
1 parent 69edccd commit d1f4548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

activemq-unit-tests/src/test/java/org/apache/activemq/jmx/JmxCreateNCTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ protected void testDeniedBridgeBlocked(String scheme) throws Exception {
9999

100100
try {
101101
proxy.addNetworkConnector("multicast:(" + scheme + "://localhost)");
102-
fail("Should have failed trying to add vm connector bridge");
102+
fail("Should have failed trying to add connector bridge");
103103
} catch (IllegalArgumentException e) {
104104
assertEquals("Transport scheme '" + scheme + "' is not allowed", e.getMessage());
105105
}

0 commit comments

Comments
 (0)