Fix format of VectorWebABTestEnrollment

mw.experiments.getBucket expects buckets to map to numbers

Bug: T295972
Change-Id: Ie3e35f78a42ed633ad2f26a72ad87a8bf190fc51
This commit is contained in:
Clare Ming 2021-12-10 12:18:49 -07:00
parent dc6bd9af95
commit dfa649741d
1 changed files with 4 additions and 4 deletions

View File

@ -402,16 +402,16 @@
"enabled": false,
"buckets": {
"unsampled": {
"samplingRate": "0.1"
"samplingRate": 0.1
},
"control": {
"samplingRate": "0.3"
"samplingRate": 0.3
},
"stickyHeaderDisabled": {
"samplingRate": "0.3"
"samplingRate": 0.3
},
"stickyHeaderEnabled": {
"samplingRate": "0.3"
"samplingRate": 0.3
}
}
},