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 | |
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')
-rw-r--r-- | app/src/test/java/org/onap/portal/history/BaseIntegrationTest.java | 2 | ||||
-rw-r--r-- | app/src/test/resources/application.yml | 9 |
2 files changed, 7 insertions, 4 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; diff --git a/app/src/test/resources/application.yml b/app/src/test/resources/application.yml index 521befe..df38a79 100644 --- a/app/src/test/resources/application.yml +++ b/app/src/test/resources/application.yml @@ -3,9 +3,6 @@ server: address: 0.0.0.0 spring: - mongodb: - embedded: - version: 3.2.8 jackson: serialization: # needed for serializing objects of type object @@ -16,6 +13,12 @@ spring: jwt: jwk-set-uri: http://localhost:${wiremock.server.port}/auth/realms/ONAP/protocol/openid-connect/certs #Keycloak Endpoint +de: + flapdoodle: + mongodb: + embedded: + version: 5.0.15 + portal-history: realm: ONAP save-interval: 72 |