diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-08-17 07:03:55 +0000 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-08-17 07:03:55 +0000 |
commit | c2a9ab935340303230cf66d64ecc0bf0418cc6f3 (patch) | |
tree | eb56515a0d6d2eebc7f7640ee4a87f996c75b9ca /app/src/test/java | |
parent | 56552b36e41b39325ea9f7df17af6a1c78cb790d (diff) |
Update history to Spring Boot 3
Issue-ID: PORTALNG-41
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I777e5921dcb0860764d1959fbcbc4e070b5238f8
Diffstat (limited to 'app/src/test/java')
-rw-r--r-- | app/src/test/java/org/onap/portal/history/BaseIntegrationTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/test/java/org/onap/portal/history/BaseIntegrationTest.java b/app/src/test/java/org/onap/portal/history/BaseIntegrationTest.java index e00b770..866ce33 100644 --- a/app/src/test/java/org/onap/portal/history/BaseIntegrationTest.java +++ b/app/src/test/java/org/onap/portal/history/BaseIntegrationTest.java @@ -34,7 +34,7 @@ import org.junit.jupiter.api.BeforeEach; import org.springframework.beans.factory.annotation.Autowired; 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.cloud.contract.wiremock.AutoConfigureWireMock; import org.springframework.http.MediaType; |