Skip to content

Commit

Permalink
fix LocalServerPort Deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwolfe-Nava committed Sep 27, 2023
1 parent 8c4699e commit ff97c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/test/java/gov/cms/ab2d/api/controller/TLSTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.boot.test.web.server.LocalServerPort;
import org.springframework.context.annotation.Import;
import org.springframework.core.io.Resource;
import org.springframework.http.HttpEntity;
Expand Down

0 comments on commit ff97c5d

Please sign in to comment.