Skip to content

Commit fe607b4

Browse files
committed
Update testcase overwritten in merge
1 parent aabb4a5 commit fe607b4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/test_optimizely.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,12 @@ def test_is_feature_enabled__returns_false_for_feature_experiment_if_feature_dis
12921292
'project_id': '111111',
12931293
'visitors': [{
12941294
'visitor_id': 'test_user',
1295-
'attributes': [],
1295+
'attributes': [{
1296+
'type': 'custom',
1297+
'value': True,
1298+
'entity_id': '$opt_bot_filtering',
1299+
'key': '$opt_bot_filtering'
1300+
}],
12961301
'snapshots': [{
12971302
'decisions': [{
12981303
'variation_id': '111128',

0 commit comments

Comments
 (0)