aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-simulator/src/test/resources/application_test.properties
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2021-11-22 09:27:23 +0000
committerGerrit Code Review <gerrit@onap.org>2021-11-22 09:27:23 +0000
commit226d4c344baa504d90ba7a3a4f3e17733ebc1df8 (patch)
treeea106a86cb5bf7cdd48a9915ecf84f6420cd84f7 /participant/participant-impl/participant-impl-simulator/src/test/resources/application_test.properties
parentf0a58426aa87795d4fa29eedb5bf2c14f5f6896f (diff)
parenta72ce28fb60c1903ed3ef3da6bb3faac1ae801ba (diff)
Merge "Added Camel Unit Tests"
Diffstat (limited to 'participant/participant-impl/participant-impl-simulator/src/test/resources/application_test.properties')
-rw-r--r--participant/participant-impl/participant-impl-simulator/src/test/resources/application_test.properties4
1 files changed, 2 insertions, 2 deletions
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