Skip to content

Commit

Permalink
fixed test data
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicMarka committed Jan 23, 2025
1 parent 4688dc2 commit 6ed4ec8
Showing 1 changed file with 5 additions and 29 deletions.
34 changes: 5 additions & 29 deletions ufc/tests/test-case-flag-with-empty-string.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@
"orderPosition": 1
},
"unmatchedAllocations": [],
"unevaluatedAllocations": [
{
"key": "allocation-default",
"allocationEvaluationCode": "UNEVALUATED",
"orderPosition": 2
}
]
"unevaluatedAllocations": []
}
},
{
Expand All @@ -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",
Expand All @@ -50,13 +44,7 @@
"orderPosition": 1
},
"unmatchedAllocations": [],
"unevaluatedAllocations": [
{
"key": "allocation-default",
"allocationEvaluationCode": "UNEVALUATED",
"orderPosition": 2
}
]
"unevaluatedAllocations": []
}
},
{
Expand Down Expand Up @@ -84,13 +72,7 @@
"orderPosition": 1
},
"unmatchedAllocations": [],
"unevaluatedAllocations": [
{
"key": "allocation-default",
"allocationEvaluationCode": "UNEVALUATED",
"orderPosition": 2
}
]
"unevaluatedAllocations": []
}
},
{
Expand Down Expand Up @@ -118,13 +100,7 @@
"orderPosition": 1
},
"unmatchedAllocations": [],
"unevaluatedAllocations": [
{
"key": "allocation-default",
"allocationEvaluationCode": "UNEVALUATED",
"orderPosition": 2
}
]
"unevaluatedAllocations": []
}
}
]
Expand Down

0 comments on commit 6ed4ec8

Please sign in to comment.