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 /common/src/test/resources/examples | |
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 'common/src/test/resources/examples')
3 files changed, 3 insertions, 3 deletions
diff --git a/common/src/test/resources/examples/controlloop/PMSH/pmsh.postman2.0_collection.json b/common/src/test/resources/examples/controlloop/PMSH/pmsh.postman2.0_collection.json index b31c8ca01..6efddc256 100644 --- a/common/src/test/resources/examples/controlloop/PMSH/pmsh.postman2.0_collection.json +++ b/common/src/test/resources/examples/controlloop/PMSH/pmsh.postman2.0_collection.json @@ -247,7 +247,7 @@ "auth": { "type": "basic", "basic": { - "username": "healthcheck", + "username": "runtimeUser", "password": "zb!XztG34" } } diff --git a/common/src/test/resources/examples/controlloop/http-participant/http.postman2.0_collection.json b/common/src/test/resources/examples/controlloop/http-participant/http.postman2.0_collection.json index 38deb43ae..798b0edd6 100644 --- a/common/src/test/resources/examples/controlloop/http-participant/http.postman2.0_collection.json +++ b/common/src/test/resources/examples/controlloop/http-participant/http.postman2.0_collection.json @@ -247,7 +247,7 @@ "auth": { "type": "basic", "basic": { - "username": "healthcheck", + "username": "runtimeUser", "password": "zb!XztG34" } } diff --git a/common/src/test/resources/examples/controlloop/k8s-participant/k8s.postman2.0_collection.json b/common/src/test/resources/examples/controlloop/k8s-participant/k8s.postman2.0_collection.json index 923782128..e83bc2594 100644 --- a/common/src/test/resources/examples/controlloop/k8s-participant/k8s.postman2.0_collection.json +++ b/common/src/test/resources/examples/controlloop/k8s-participant/k8s.postman2.0_collection.json @@ -247,7 +247,7 @@ "auth": { "type": "basic", "basic": { - "username": "healthcheck", + "username": "runtimeUser", "password": "zb!XztG34" } } |