JAVA-19058 Review the time of the build - Week 42 - 2022 (moved-18) (#13732)

This commit is contained in:
anuragkumawat
2023-03-30 21:56:27 +05:30
committed by GitHub
parent 76c20e61e5
commit 8edd798024
3 changed files with 4 additions and 3 deletions

View File

@@ -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";