ppalaga commented on PR #10534:
URL: https://github.com/apache/camel/pull/10534#issuecomment-1611947865

   `org.apache.camel.catalog.CamelCatalogJsonSchemaTest` is failing after this 
PR: 
   
   ```
   cd catalog/camel-catalog
   mvnd test -Dtest=CamelCatalogJsonSchemaTest
   ...
   [ERROR] 
org.apache.camel.catalog.CamelCatalogJsonSchemaTest.testValidateJsonComponent 
-- Time elapsed: 0.039 s <<< FAILURE!
   org.opentest4j.AssertionFailedError: Component azure-files. Syntax 
azure-files://account[.host]/share[/dir]. Part account[ is not defined as 
UriPath ==> expected: <true> but was: <false>
           at 
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
           at 
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
           at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
           at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
           at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:211)
           at 
org.apache.camel.catalog.CamelCatalogJsonSchemaTest.validateComponentSyntax(CamelCatalogJsonSchemaTest.java:95)
           at 
org.apache.camel.catalog.CamelCatalogJsonSchemaTest.testValidateJsonComponent(CamelCatalogJsonSchemaTest.java:58)
   ```
   


-- 
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

Reply via email to