From 6ed4ec87d69e7da7aad3a388246e9c3c46e90128 Mon Sep 17 00:00:00 2001 From: Marka Date: Thu, 23 Jan 2025 17:39:06 +0200 Subject: [PATCH] fixed test data --- .../test-case-flag-with-empty-string.json | 34 +++---------------- 1 file changed, 5 insertions(+), 29 deletions(-) diff --git a/ufc/tests/test-case-flag-with-empty-string.json b/ufc/tests/test-case-flag-with-empty-string.json index d6c89619..5ac6a405 100644 --- a/ufc/tests/test-case-flag-with-empty-string.json +++ b/ufc/tests/test-case-flag-with-empty-string.json @@ -22,13 +22,7 @@ "orderPosition": 1 }, "unmatchedAllocations": [], - "unevaluatedAllocations": [ - { - "key": "allocation-default", - "allocationEvaluationCode": "UNEVALUATED", - "orderPosition": 2 - } - ] + "unevaluatedAllocations": [] } }, { @@ -38,7 +32,7 @@ "evaluationDetails": { "environmentName": "Test", "flagEvaluationCode": "MATCH", - "flagEvaluationDescription": "bob belongs to the range of traffic assigned to \"empty_b\" defined in allocation \"allocation-test\".", + "flagEvaluationDescription": "bob belongs to the range of traffic assigned to \"non_empty\" defined in allocation \"allocation-test\".", "banditKey": null, "banditAction": null, "variationKey": "non_empty", @@ -50,13 +44,7 @@ "orderPosition": 1 }, "unmatchedAllocations": [], - "unevaluatedAllocations": [ - { - "key": "allocation-default", - "allocationEvaluationCode": "UNEVALUATED", - "orderPosition": 2 - } - ] + "unevaluatedAllocations": [] } }, { @@ -84,13 +72,7 @@ "orderPosition": 1 }, "unmatchedAllocations": [], - "unevaluatedAllocations": [ - { - "key": "allocation-default", - "allocationEvaluationCode": "UNEVALUATED", - "orderPosition": 2 - } - ] + "unevaluatedAllocations": [] } }, { @@ -118,13 +100,7 @@ "orderPosition": 1 }, "unmatchedAllocations": [], - "unevaluatedAllocations": [ - { - "key": "allocation-default", - "allocationEvaluationCode": "UNEVALUATED", - "orderPosition": 2 - } - ] + "unevaluatedAllocations": [] } } ]