From 0adebac7d4ff8df9340a3e3943a59da96522688a Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 3 Oct 2018 11:48:00 +0200 Subject: Fix Guard policy Push Fix push to policy of Guard policies due to interface changes Issue-ID: CLAMP-225 Change-Id: If0832385c20824ad86ca53bcaa07e6fa1ad61691 Signed-off-by: sebdet --- .../resources/example/model-properties/tca_new/model-properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/resources') diff --git a/src/test/resources/example/model-properties/tca_new/model-properties.json b/src/test/resources/example/model-properties/tca_new/model-properties.json index c4299fa5a..8ea3bb4af 100644 --- a/src/test/resources/example/model-properties/tca_new/model-properties.json +++ b/src/test/resources/example/model-properties/tca_new/model-properties.json @@ -132,7 +132,7 @@ { "name": "guardPolicyType", "value": [ - "FrequencyLimiter" + "GUARD_YAML" ] }, { @@ -254,7 +254,7 @@ { "name": "guardPolicyType", "value": [ - "MinMax" + "GUARD_MIN_MAX" ] }, { -- cgit 1.2.3-korg