JAVA-19058 Review the time of the build - Week 42 - 2022 (moved-18) (#13732)
This commit is contained in:
@@ -16,7 +16,7 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
|
||||
import jakarta.ws.rs.core.Application;
|
||||
import jakarta.ws.rs.core.Response;
|
||||
|
||||
public class EchoHeadersUnitTest extends JerseyTest {
|
||||
public class EchoHeadersIntegrationTest extends JerseyTest {
|
||||
|
||||
private static final String SIMPLE_HEADER_KEY = "my-header-key";
|
||||
private static final String SIMPLE_HEADER_VALUE = "my-header-value";
|
||||
Reference in New Issue
Block a user