Skip to content

Commit 7545b62

Browse files
committed
fix deprecation
1 parent 0298d20 commit 7545b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-rest-assured/src/test/java/de/rieckpil/blog/ApplicationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import org.hamcrest.Matchers;
88
import org.junit.jupiter.api.Test;
99
import org.springframework.boot.test.context.SpringBootTest;
10-
import org.springframework.boot.web.server.LocalServerPort;
10+
import org.springframework.boot.test.web.server.LocalServerPort;
1111

1212
import static org.springframework.boot.test.context.SpringBootTest.*;
1313

0 commit comments

Comments
 (0)