diff options
-rw-r--r-- | deps/rabbitmq_mqtt/test/shared_SUITE.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/rabbitmq_mqtt/test/shared_SUITE.erl b/deps/rabbitmq_mqtt/test/shared_SUITE.erl index 37bccf0bcb..61858c130c 100644 --- a/deps/rabbitmq_mqtt/test/shared_SUITE.erl +++ b/deps/rabbitmq_mqtt/test/shared_SUITE.erl @@ -1510,8 +1510,7 @@ incoming_message_interceptors(Config) -> #amqp_msg{payload = Payload, props = #'P_basic'{ timestamp = Secs, - headers = [{<<"timestamp_in_ms">>, long, Ms}, - {<<"x-mqtt-publish-qos">>, byte, 0}] + headers = [{<<"timestamp_in_ms">>, long, Ms} | _XHeaders] }}} when Ms < NowMs + 4000 andalso Ms > NowMs - 4000 andalso |