apupier commented on code in PR #8222:
URL: https://github.com/apache/camel-quarkus/pull/8222#discussion_r2741082945
##########
integration-tests/docling/src/test/java/org/apache/camel/quarkus/component/docling/it/DoclingTest.java:
##########
@@ -88,7 +88,7 @@ public void convertToMarkdown() {
.post("/docling/convert/markdown")
.then()
.statusCode(200)
- .body(not(emptyString()));
+ .body(containsString("This is a test document for
conversion."));
Review Comment:
in theory no, but with simple enough document, it seems yes
--
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]