diff options
author | brunomilitzer <bruno.militzer@est.tech> | 2021-11-18 10:26:50 +0000 |
---|---|---|
committer | brunomilitzer <bruno.militzer@est.tech> | 2021-11-18 11:35:35 +0000 |
commit | a72ce28fb60c1903ed3ef3da6bb3faac1ae801ba (patch) | |
tree | 3e414037e597133f3881fdc0a17d21b100006ee4 /participant/participant-impl/participant-impl-simulator | |
parent | 0b59c6652adac854fb524aa8cd1854f4672ceeac (diff) |
Added Camel Unit Tests
Added Camel Unit Tests to test creation of instance properties
Updated credentials for Rest End point
Issue-ID: POLICY-3565
Change-Id: I0899d3052588822f02a8a003eb4bc406bc887713
Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
Diffstat (limited to 'participant/participant-impl/participant-impl-simulator')
2 files changed, 3 insertions, 3 deletions
diff --git a/participant/participant-impl/participant-impl-simulator/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-simulator/src/main/resources/config/application.yaml index 320b53805..d750d46d2 100644 --- a/participant/participant-impl/participant-impl-simulator/src/main/resources/config/application.yaml +++ b/participant/participant-impl/participant-impl-simulator/src/main/resources/config/application.yaml @@ -1,7 +1,7 @@ spring: security: user: - name: healthcheck + name: runtimeUser password: zb!XztG34 server: diff --git a/participant/participant-impl/participant-impl-simulator/src/test/resources/application_test.properties b/participant/participant-impl/participant-impl-simulator/src/test/resources/application_test.properties index f162367f8..a4a1f99e5 100644 --- a/participant/participant-impl/participant-impl-simulator/src/test/resources/application_test.properties +++ b/participant/participant-impl/participant-impl-simulator/src/test/resources/application_test.properties @@ -1,4 +1,4 @@ -spring.security.user.name=healthcheck +spring.security.user.name=runtimeUser spring.security.user.password=zb!XztG34 server.servlet.context-path=/onap/participantsim @@ -6,7 +6,7 @@ server.error.path=/error participant.restServerParameters.host=0.0.0.0 participant.restServerParameters.port=6969 -participant.restServerParameters.userName=healthcheck +participant.restServerParameters.userName=runtimeUser participant.restServerParameters.password=zb!XztG34 participant.restServerParameters.https=false participant.restServerParameters.aaf=false |