Skip to content

Commit 5a95edc

Browse files
committed
Add a multivariate feature to the environment fixture
1 parent bbdb656 commit 5a95edc

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

spec/sdk/fixtures/environment.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,29 @@
6565
},
6666
"segment_id": null,
6767
"enabled": true
68+
},
69+
{
70+
"feature": {
71+
"id": 83755,
72+
"name": "test_mv",
73+
"type": "MULTIVARIATE"
74+
},
75+
"enabled": false,
76+
"django_id": 482285,
77+
"feature_segment": null,
78+
"featurestate_uuid": "c3af5fbf-39ba-422c-a846-f2fea952b37c",
79+
"feature_state_value": "1111",
80+
"multivariate_feature_state_values": [
81+
{
82+
"multivariate_feature_option": {
83+
"value": "8888",
84+
"id": 11516
85+
},
86+
"percentage_allocation": 100.0,
87+
"id": 38451,
88+
"mv_fs_value_uuid": "a4299c73-2430-47e4-9185-42accd01686c"
89+
}
90+
]
6891
}
6992
]
7093
}

0 commit comments

Comments
 (0)