Open joerghoh opened 1 month ago
Update AEM Mocks to 5.6.2
Due to https://github.com/wcm-io/io.wcm.testing.aem-mock/issues/44 the externalizer also performs a resourceResolver.map() for any external URL it creates. As there our test cases have a Mapping configured (see https://github.com/adobe/aem-core-wcm-components/blob/d2a7b02405db241fadbad02a4878f8770b36e246/bundles/core/src/test/java/com/adobe/cq/wcm/core/components/context/CoreComponentTestContext.java#L66) we have to adjust our tests.
resourceResolver.map()
Update AEM Mocks to 5.6.2
Due to https://github.com/wcm-io/io.wcm.testing.aem-mock/issues/44 the externalizer also performs a
resourceResolver.map()
for any external URL it creates. As there our test cases have a Mapping configured (see https://github.com/adobe/aem-core-wcm-components/blob/d2a7b02405db241fadbad02a4878f8770b36e246/bundles/core/src/test/java/com/adobe/cq/wcm/core/components/context/CoreComponentTestContext.java#L66) we have to adjust our tests.