We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1704bc4 commit 9a4936eCopy full SHA for 9a4936e
test/src/com/rabbitmq/client/test/functional/SaslMechanisms.java
@@ -92,8 +92,8 @@ public void testCRLogin() throws IOException {
92
93
// We might be running this standalone
94
if (Arrays.asList(mechanisms).contains("RABBIT-CR-DEMO")) {
95
- loginOk("RABBIT-CR-DEMO", new byte[][] {"guest".getBytes(), "guest".getBytes()} );
96
- loginBad("RABBIT-CR-DEMO", new byte[][] {"guest".getBytes(), "wrong".getBytes()} );
+ loginOk("RABBIT-CR-DEMO", new byte[][] {"guest".getBytes(), "My password is guest".getBytes()} );
+ loginBad("RABBIT-CR-DEMO", new byte[][] {"guest".getBytes(), "My password is wrong".getBytes()} );
97
}
98
99
0 commit comments