Skip to content

Commit 5483cb8

Browse files
committed
BAEL-6058: renamed test class
1 parent 4dcce61 commit 5483cb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
55
import static org.springframework.test.web.servlet.result.MockMvcResultHandlers.print;
66

7-
import org.assertj.core.api.Assertions;
87
import org.junit.jupiter.api.BeforeEach;
98
import org.junit.jupiter.api.Test;
109
import org.junit.jupiter.api.extension.ExtendWith;
@@ -20,7 +19,7 @@
2019
@ExtendWith(SpringExtension.class)
2120
@ContextConfiguration(classes = { HeaderInterceptorApplication.class })
2221
@WebAppConfiguration
23-
public class HeaderInterceptorApplicationTest {
22+
public class HeaderInterceptorIntegrationTest {
2423

2524
@Autowired
2625
private WebApplicationContext webApplicationContext;

0 commit comments

Comments
 (0)