Skip to content

Commit

Permalink
chore: cleaned up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zZHorizonZz committed Aug 11, 2024
1 parent d61575a commit bc6aaa8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import jakarta.inject.Inject;
import jakarta.ws.rs.core.MediaType;
import jakarta.ws.rs.core.Response;
import org.eclipse.microprofile.config.inject.ConfigProperty;
import org.junit.jupiter.api.*;

import static io.restassured.RestAssured.given;
Expand All @@ -21,9 +20,6 @@
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
public class AuthenticationFlowWithDisabledMailingTest {

@ConfigProperty(name = "quarkus.http.test-port")
int quarkusPort;

@Inject
MockMailbox mailbox;

Expand Down

0 comments on commit bc6aaa8

Please sign in to comment.