Skip to content

Commit

Permalink
#24738 fix in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizzio-dotCMS committed Jun 27, 2023
1 parent 200f080 commit 1939f3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
import com.dotcms.rest.IntegrityResourceIntegrationTest;
import com.dotcms.rest.api.v1.apps.AppsResourceTest;
import com.dotcms.rest.api.v1.apps.view.AppsInterpolationTest;
import com.dotcms.rest.api.v1.assets.AssetPathResolverImplTest;
import com.dotcms.rest.api.v1.authentication.ResetPasswordTokenUtilTest;
import com.dotcms.rest.api.v1.folder.FolderResourceTest;
import com.dotcms.rest.api.v1.menu.MenuResourceTest;
Expand Down
4 changes: 2 additions & 2 deletions dotCMS/src/integration-test/java/com/dotcms/MainSuite2b.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
import com.dotcms.rest.IntegrityResourceIntegrationTest;
import com.dotcms.rest.api.v1.apps.AppsResourceTest;
import com.dotcms.rest.api.v1.apps.view.AppsInterpolationTest;
import com.dotcms.rest.api.v1.assets.AssetPathResolverImplTest;
import com.dotcms.rest.api.v1.asset.AssetPathResolverImplIntegrationTest;
import com.dotcms.rest.api.v1.authentication.ResetPasswordTokenUtilTest;
import com.dotcms.rest.api.v1.folder.FolderResourceTest;
import com.dotcms.rest.api.v1.menu.MenuResourceTest;
Expand Down Expand Up @@ -349,7 +349,7 @@
Task230328AddMarkedForDeletionColumnTest.class,
StartupTasksExecutorDataTest.class,
Task230426AlterVarcharLengthOfLockedByColTest.class,
AssetPathResolverImplTest.class,
AssetPathResolverImplIntegrationTest.class,
CMSUrlUtilTest.class
})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ public void noBounceRateWithIndex(final String indexPath) throws DotDataExceptio
final AnalyticsHelper mockAnalyticsHelper = mockAnalyticsHelper();
final ExperimentsAPIImpl experimentsAPIImpl = new ExperimentsAPIImpl(mockAnalyticsHelper);
ExperimentAnalyzerUtil.setAnalyticsHelper(mockAnalyticsHelper);
final ExperimentResults experimentResult = experimentsAPIImpl.getResults(experiment);
final ExperimentResults experimentResult = experimentsAPIImpl.getResults(experiment, APILocator.systemUser());

mockhttpServer.validate();

Expand Down

0 comments on commit 1939f3a

Please sign in to comment.