aldettinger commented on code in PR #6639:
URL: https://github.com/apache/camel-quarkus/pull/6639#discussion_r1800670976
##########
integration-test-groups/azure/azure-eventhubs/src/test/java/org/apache/camel/quarkus/component/azure/eventhubs/it/AzureEventhubsTest.java:
##########
@@ -72,9 +74,10 @@ void produceConsumeEvents() {
.body(
"body", is(messageBody),
"headers.CamelAzureEventHubsEnqueuedTime",
notNullValue(),
- "headers.CamelAzureEventHubsOffset",
greaterThanOrEqualTo(0),
Review Comment:
It is a bad situation indeed. It would need kind of real instance only
assertion or something like asserting that it matches any of a list of matchers.
Fair enough with the solution and many thanks for sharing :+1:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]