This commit is contained in:
Soby Chacko
2020-08-18 16:38:56 -04:00
parent 35e94eb1e2
commit 9337f5360d

View File

@@ -104,7 +104,7 @@ class ToUpperCaseProcessorTests {
.build();
Matcher<Message<Object>> sameExceptIgnorableHeaders =
(Matcher<Message<Object>>) (Matcher<?>) sameExceptIgnorableHeaders(expected);
(Matcher<Message<Object>>) (Matcher<?>) sameExceptIgnorableHeaders(expected, "accept");
assertThat(messages, receivesMessageThat(sameExceptIgnorableHeaders));
}