Skip to content

Commit

Permalink
Update testcase overwritten in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
oakbani committed Jun 22, 2018
1 parent aabb4a5 commit fe607b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_optimizely.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,12 @@ def test_is_feature_enabled__returns_false_for_feature_experiment_if_feature_dis
'project_id': '111111',
'visitors': [{
'visitor_id': 'test_user',
'attributes': [],
'attributes': [{
'type': 'custom',
'value': True,
'entity_id': '$opt_bot_filtering',
'key': '$opt_bot_filtering'
}],
'snapshots': [{
'decisions': [{
'variation_id': '111128',
Expand Down

0 comments on commit fe607b4

Please sign in to comment.