Skip to content

Commit

Permalink
Update test-json-config-flag.json assignments to match actual. (#32)
Browse files Browse the repository at this point in the history
* Update test-json-config-flag.json

* also add float values to assignmentDetails

---------

Co-authored-by: Greg Huels <[email protected]>
  • Loading branch information
typotter and greghuels authored Jun 25, 2024
1 parent 3a88313 commit f4c6db1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ufc/tests/test-json-config-flag.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"assignment": {
"integer": 1,
"string": "one",
"float": 1
"float": 1.0
},
"assignmentDetails": {
"value": {
"integer": 1,
"string": "one",
"float": 1
"float": 1.0
},
"flagEvaluationCode": "MATCH",
"flagEvaluationDescription": "alice belongs to the range of traffic assigned to \"one\" defined in allocation \"50/50 split\".",
Expand All @@ -43,13 +43,13 @@
"assignment": {
"integer": 2,
"string": "two",
"float": 2
"float": 2.0
},
"assignmentDetails": {
"value": {
"integer": 2,
"string": "two",
"float": 2
"float": 2.0
},
"flagEvaluationCode": "MATCH",
"flagEvaluationDescription": "bob belongs to the range of traffic assigned to \"two\" defined in allocation \"50/50 split\".",
Expand All @@ -73,13 +73,13 @@
"assignment": {
"integer": 2,
"string": "two",
"float": 2
"float": 2.0
},
"assignmentDetails": {
"value": {
"integer": 2,
"string": "two",
"float": 2
"float": 2.0
},
"flagEvaluationCode": "MATCH",
"flagEvaluationDescription": "charlie belongs to the range of traffic assigned to \"two\" defined in allocation \"50/50 split\".",
Expand All @@ -96,4 +96,4 @@
}
}
]
}
}

0 comments on commit f4c6db1

Please sign in to comment.