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-policy/src/test/resources | |
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-policy/src/test/resources')
-rw-r--r-- | participant/participant-impl/participant-impl-policy/src/test/resources/application_test.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/participant/participant-impl/participant-impl-policy/src/test/resources/application_test.properties b/participant/participant-impl/participant-impl-policy/src/test/resources/application_test.properties index f857704d3..49781407d 100644 --- a/participant/participant-impl/participant-impl-policy/src/test/resources/application_test.properties +++ b/participant/participant-impl/participant-impl-policy/src/test/resources/application_test.properties @@ -7,7 +7,7 @@ server.http-port=8085 participant.policyApiParameters.clientName=api participant.policyApiParameters.hostname=localhost participant.policyApiParameters.port=6969 -participant.policyApiParameters.userName=healthcheck +participant.policyApiParameters.userName=policyadmin participant.policyApiParameters.password=zb!XztG34 participant.policyApiParameters.https=false participant.policyApiParameters.allowSelfSignedCerts=true |