mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-01 06:49:25 +00:00
ARTEMIS-409 fixing test
This commit is contained in:
parent
ee28eac38e
commit
05ac53a305
@ -114,7 +114,7 @@ public class StompV11Test extends StompV11TestBase {
|
||||
ClientStompFrame frame = conn.connect("invaliduser", defPass);
|
||||
assertFalse(conn.isConnected());
|
||||
assertTrue("ERROR".equals(frame.getCommand()));
|
||||
assertTrue(frame.getBody().contains("The login account is not valid."));
|
||||
assertTrue(frame.getBody().contains("Security Error occurred"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user