We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabb4a5 commit fe607b4Copy full SHA for fe607b4
1 file changed
tests/test_optimizely.py
@@ -1292,7 +1292,12 @@ def test_is_feature_enabled__returns_false_for_feature_experiment_if_feature_dis
1292
'project_id': '111111',
1293
'visitors': [{
1294
'visitor_id': 'test_user',
1295
- 'attributes': [],
+ 'attributes': [{
1296
+ 'type': 'custom',
1297
+ 'value': True,
1298
+ 'entity_id': '$opt_bot_filtering',
1299
+ 'key': '$opt_bot_filtering'
1300
+ }],
1301
'snapshots': [{
1302
'decisions': [{
1303
'variation_id': '111128',
0 commit comments