From fe607b451cdd43acad445d2ebfaad9a809df001a Mon Sep 17 00:00:00 2001 From: Owais Akbani Date: Fri, 22 Jun 2018 12:44:54 +0500 Subject: [PATCH] Update testcase overwritten in merge --- tests/test_optimizely.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/test_optimizely.py b/tests/test_optimizely.py index be1d1771..f065b051 100644 --- a/tests/test_optimizely.py +++ b/tests/test_optimizely.py @@ -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',