commit | d5fb4e04527f47f78e9116e3573c21dd75ff8abb | [log] [tgz] |
---|---|---|
author | FrancescoFioraEst <francesco.fiora@est.tech> | Mon Jul 05 10:36:42 2021 +0100 |
committer | FrancescoFioraEst <francesco.fiora@est.tech> | Fri Jul 09 17:54:37 2021 +0100 |
tree | d9b784ef679123c199e1e7aea5220b42f1a9cfea | |
parent | 8c802e778db60e269e2e66c7a6609bf905f6ad79 [diff] [blame] |
Convert controlloop runtime to springboot framework Issue-ID: POLICY-3355 Change-Id: Ie1667b749eed28b7e526cd4695f45d8ed736c4e7 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
diff --git a/runtime-controlloop/src/test/resources/parameters/InstantiationConfigParametersStd.json b/runtime-controlloop/src/test/resources/parameters/InstantiationConfigParametersStd.json index 3d5a7df..06f4370 100644 --- a/runtime-controlloop/src/test/resources/parameters/InstantiationConfigParametersStd.json +++ b/runtime-controlloop/src/test/resources/parameters/InstantiationConfigParametersStd.json
@@ -6,8 +6,7 @@ "participantClStateChangeIntervalSec": 1000, "restServerParameters": { "host": "0.0.0.0", - "port": ${port - }, + "port": ${port}, "userName": "healthcheck", "password": "zb!XztG34", "https": false,