From 7ca759eb2ab1d2a68fe3e8fc87de36bbb14eb09f Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 20 Jan 2021 23:02:17 +0100 Subject: First integration of Policy model PdpGroups Replacement of the PdpGroups clamp code by the one from policy model dependency. Issue-ID: POLICY-2924 Signed-off-by: sebdet Change-Id: I12c77704bba1c769dc2f307d91b759a3b645013f Signed-off-by: sebdet (cherry picked from commit 078c34d0c2e439d8a148a2cd4d7545c6b7f56acb) --- src/test/resources/http-cache/example/policy/api/v1/policies/.file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/resources') diff --git a/src/test/resources/http-cache/example/policy/api/v1/policies/.file b/src/test/resources/http-cache/example/policy/api/v1/policies/.file index 431de3e7c..91c3c87de 100644 --- a/src/test/resources/http-cache/example/policy/api/v1/policies/.file +++ b/src/test/resources/http-cache/example/policy/api/v1/policies/.file @@ -19,7 +19,7 @@ "thresholdValue": 200, "closedLoopEventStatus": "ONSET", "closedLoopControlName": "LOOP_test", - "direction": "LESS_OR_ElsQUAL", + "direction": "LESS_OR_EQUAL", "fieldPath": "$.event.measurementsForVfScalingFields.vNicPerformanceArray[*].receivedTotalPacketsDelta" } ], -- cgit 1.2.3-korg