Skip to content

Commit

Permalink
Removed the unused profile and resource.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitingjr authored and lampajr committed Oct 10, 2024
1 parent c7a5526 commit afb66bb
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@
import com.sun.net.httpserver.HttpHandler;
import com.sun.net.httpserver.HttpServer;

import io.hyperfoil.tools.horreum.test.HorreumTestProfile;
import io.hyperfoil.tools.horreum.test.PostgresResource;
import io.quarkus.test.common.QuarkusTestResource;
import io.quarkus.test.junit.QuarkusTest;
import io.quarkus.test.junit.TestProfile;
import io.quarkus.test.oidc.server.OidcWiremockTestResource;

@QuarkusTest
@QuarkusTestResource(PostgresResource.class)
@QuarkusTestResource(OidcWiremockTestResource.class)
@TestProfile(HorreumTestProfile.class)
public class UtilTest {

public static class StringHandler extends OutputStreamHandler {
Expand Down

0 comments on commit afb66bb

Please sign in to comment.