cziesman commented on code in PR #13447: URL: https://github.com/apache/camel/pull/13447#discussion_r1522046054
########## components/camel-qdrant/src/test/java/org/apache/camel/component/qdrant/QdrantUpsertManualIT.java: ########## @@ -31,7 +31,7 @@ import static io.qdrant.client.ValueFactory.value; import static org.assertj.core.api.Assertions.assertThat; -public class QdrantUpsertTest extends QdrantTestSupport { +public class QdrantUpsertManualIT extends QdrantTestSupport { Review Comment: My apologies for renaming the Quadrant test classes in error. When I started working on these fixes, the Quadrant tests were failing due to Docker errors, so I assumed that they needed to be run manually. The tests are no longer failing, so I have reverted the class names. Thanks for catching this. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org