You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rabbit payload assertion failures show the expected and list of actual messages, which is generally clear enough but it wouldn't hurt to show the routing key and exchange that the assertion is checking.
Rabbit message count assertion without the payload print "expected N does not match actual M," which borders on meaningless without further contextual info.
Adding routing key and exchange to both would be very handy.
The text was updated successfully, but these errors were encountered:
Rabbit payload assertion failures show the expected and list of actual messages, which is generally clear enough but it wouldn't hurt to show the routing key and exchange that the assertion is checking.
Rabbit message count assertion without the payload print "expected N does not match actual M," which borders on meaningless without further contextual info.
Adding routing key and exchange to both would be very handy.
The text was updated successfully, but these errors were encountered: