Skip to content

Commit

Permalink
Issue #559: Fixed wrong expectation in HttpPublisherActorTest.
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Fickel <juergen.fickel@bosch.io>
  • Loading branch information
Juergen Fickel committed Oct 18, 2021
1 parent afc287b commit ee95beb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,8 @@ public void sendingWrongResponseTypeDoesNotWork() {
assertThat(acknowledgements.getSize()).isOne();
assertThat(acknowledgements.getAcknowledgement(DittoAcknowledgementLabel.LIVE_RESPONSE)).hasValueSatisfying(
ack -> assertThat(ack.toJsonString())
.contains("Type of live message response <response> is not related to type of message" +
" command <messages.commands:thingMessage>"));
.contains("Type of live message response <messages.responses:featureResponseMessage> is" +
" not related to type of message command <messages.commands:thingMessage>"));
}};
}

Expand Down

0 comments on commit ee95beb

Please sign in to comment.