Skip to content

Commit

Permalink
WFLY-19590 Update MicrometerSetupTask package name to new package.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Oct 3, 2024
1 parent 2badace commit c8a7af6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import org.jboss.as.arquillian.api.ServerSetup;
import org.jboss.as.arquillian.api.ServerSetupTask;
import org.jboss.as.test.integration.common.HttpRequest;
import org.jboss.as.test.shared.observability.setuptasks.MicrometerSetupTask;
import org.jboss.shrinkwrap.api.Archive;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.WebArchive;
Expand All @@ -27,7 +28,6 @@
import org.junit.runner.RunWith;
import org.wildfly.test.integration.microprofile.faulttolerance.micrometer.FaultToleranceMicrometerIntegrationTestCase;
import org.wildfly.test.integration.microprofile.faulttolerance.micrometer.deployment.FaultTolerantApplication;
import org.wildfly.test.integration.observability.setuptask.MicrometerSetupTask;

/**
* Test that reuses existing {@link FaultTolerantApplication} application which deploys twice simultaneously with
Expand Down

0 comments on commit c8a7af6

Please sign in to comment.