Skip to content

Commit 44bda71

Browse files
committed
Fix SASL test
1 parent cefe334 commit 44bda71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/rabbitmq/stream/sasl/DefaultSaslConfigurationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ void getSaslMechanismShouldThrowExceptionIfNoMechanismSpecifiedAndNoMatch() {
5858
assertThatThrownBy(() -> configuration.getSaslMechanism(asList("FOO", "BAR")))
5959
.isInstanceOf(IllegalStateException.class)
6060
.hasMessage(
61-
"Unable to agree on a SASL mechanism. Client: PLAIN, EXTERNAL / server FOO, BAR.");
61+
"Unable to agree on a SASL mechanism. Client: PLAIN, ANONYMOUS, EXTERNAL / server FOO, BAR.");
6262
}
6363
}

0 commit comments

Comments
 (0)