Skip to content

Commit 2d2d660

Browse files
committed
Remove test assertion on x-mqtt-dup header
It's been removed.
1 parent 5ead088 commit 2d2d660

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/rabbitmq/stream/impl/MqttInteroperabilityTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,5 @@ void publishToMqttTopicConsumeFromStream() throws Exception {
124124
.isEqualTo(UnsignedByte.valueOf("1"));
125125
assertThat(message.getApplicationProperties().get("x-mqtt-publish-qos"))
126126
.isEqualTo(Byte.valueOf("0"));
127-
assertThat(message.getApplicationProperties().get("x-mqtt-dup")).isEqualTo(Boolean.FALSE);
128127
}
129128
}

0 commit comments

Comments
 (0)