Skip to content

Commit 1aa9dce

Browse files
Mat001claude
andcommitted
Add cmab_flag to expected_config featuresMap
The /v1/config API response for revision 139 includes cmab_flag in the featuresMap, so the expected_config needs to include it as well. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d5b0612 commit 1aa9dce

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

tests/acceptance/test_acceptance/test_config.py

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,68 @@
132132
}
133133
}
134134
},
135+
"cmab_flag": {
136+
"id": "496419",
137+
"key": "cmab_flag",
138+
"experimentRules": [
139+
{
140+
"id": "9300002877087",
141+
"key": "cmab-rule_1",
142+
"audiences": "\\"Audience1\\"",
143+
"variationsMap": {
144+
"off": {
145+
"id": "1579277",
146+
"key": "off",
147+
"featureEnabled": false,
148+
"variablesMap": {}
149+
},
150+
"on": {
151+
"id": "1579278",
152+
"key": "on",
153+
"featureEnabled": true,
154+
"variablesMap": {}
155+
}
156+
}
157+
}
158+
],
159+
"deliveryRules": [
160+
{
161+
"id": "default-rollout-496419-16935023792",
162+
"key": "default-rollout-496419-16935023792",
163+
"audiences": "",
164+
"variationsMap": {
165+
"off": {
166+
"id": "1579277",
167+
"key": "off",
168+
"featureEnabled": false,
169+
"variablesMap": {}
170+
}
171+
}
172+
}
173+
],
174+
"variablesMap": {},
175+
"experimentsMap": {
176+
"cmab-rule_1": {
177+
"id": "9300002877087",
178+
"key": "cmab-rule_1",
179+
"audiences": "\\"Audience1\\"",
180+
"variationsMap": {
181+
"off": {
182+
"id": "1579277",
183+
"key": "off",
184+
"featureEnabled": false,
185+
"variablesMap": {}
186+
},
187+
"on": {
188+
"id": "1579278",
189+
"key": "on",
190+
"featureEnabled": true,
191+
"variablesMap": {}
192+
}
193+
}
194+
}
195+
}
196+
},
135197
"feature_1": {
136198
"id": "16925981047",
137199
"key": "feature_1",

0 commit comments

Comments
 (0)