Skip to content

feat(Content Analytics) fixes #31414 : Record Content Type of Detail Pages Correctly in Events #3991

feat(Content Analytics) fixes #31414 : Record Content Type of Detail Pages Correctly in Events

feat(Content Analytics) fixes #31414 : Record Content Type of Detail Pages Correctly in Events #3991

GitHub Actions / Test Report failed Feb 21, 2025 in 0s

11534 passed, 1 failed and 54 skipped

Tests failed
Report exceeded GitHub limit of 65535 bytes and has been trimmed

Annotations

Check failure on line 0 in /tmp/build-reports-test/build-reports-test-IT Tests MainSuite 2b/dotcms-integration/target/failsafe-reports/TEST-com.dotcms.analytics.track.collectors.WebEventsCollectorServiceImplTest.xml

See this annotation in the file changed.

@github-actions github-actions / Test Report

com.dotcms.analytics.track.collectors.WebEventsCollectorServiceImplTest ► testPageDetailCollector

Failed test found in:
  /tmp/build-reports-test/build-reports-test-IT Tests MainSuite 2b/dotcms-integration/target/failsafe-reports/TEST-com.dotcms.analytics.track.collectors.WebEventsCollectorServiceImplTest.xml
Error:
  org.junit.ComparisonFailure: Collected value in 'object' entry must be equal to expected value for key: contentType expected:<[News_1740178547427]> but was:<[htmlpageasset]>
Raw output
org.junit.ComparisonFailure: Collected value in 'object' entry must be equal to expected value for key: contentType expected:<[News_1740178547427]> but was:<[htmlpageasset]>
	at org.junit.Assert.assertEquals(Assert.java:117)
	at com.dotcms.analytics.track.collectors.Util.validateExpectedEntries(Util.java:321)
	at com.dotcms.analytics.track.collectors.WebEventsCollectorServiceImplTest.testPageDetailCollector(WebEventsCollectorServiceImplTest.java:294)
	at com.dotcms.analytics.track.collectors.WebEventsCollectorServiceImplTest$Proxy$_$$_WeldClientProxy.testPageDetailCollector(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at com.dotcms.junit.CustomDataProviderRunner.runChild(CustomDataProviderRunner.java:55)
	at com.dotcms.junit.CustomDataProviderRunner.runChild(CustomDataProviderRunner.java:22)
	at com.dotcms.junit.MainBaseSuite$DotRunner.run(MainBaseSuite.java:71)