File tree 1 file changed +0
-4
lines changed
core-api/src/test/java/com/optimizely/ab
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -707,8 +707,6 @@ public void decisionNotification() {
707
707
OptimizelyJSON variables = optimizely .getAllFeatureVariables (flagKey , userId );
708
708
String ruleKey = "exp_no_audience" ;
709
709
List <String > reasons = Collections .emptyList ();
710
- String experimentId = "10420810910" ;
711
- String variationId = "10418551353" ;
712
710
713
711
final Map <String , Object > testDecisionInfoMap = new HashMap <>();
714
712
testDecisionInfoMap .put (FLAG_KEY , flagKey );
@@ -717,8 +715,6 @@ public void decisionNotification() {
717
715
testDecisionInfoMap .put (VARIABLES , variables .toMap ());
718
716
testDecisionInfoMap .put (RULE_KEY , ruleKey );
719
717
testDecisionInfoMap .put (REASONS , reasons );
720
- testDecisionInfoMap .put (EXPERIMENT_ID , experimentId );
721
- testDecisionInfoMap .put (VARIATION_ID , variationId );
722
718
723
719
Map <String , Object > attributes = Collections .singletonMap ("gender" , "f" );
724
720
OptimizelyUserContext user = optimizely .createUserContext (userId , attributes );
You can’t perform that action at this time.
0 commit comments