Skip to content

Commit

Permalink
fixing feature/ feature variable listeners.
Browse files Browse the repository at this point in the history
  • Loading branch information
pawels-optimizely committed Nov 18, 2019
1 parent 89396c4 commit 1585939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/optlyplugins/test_composite_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func getDecisionInfoForNotification(notify notification.DecisionNotification) ma
decisionInfoDict := make(map[string]interface{})

updateSourceInfo := func(source string) {
decisionInfoDict["source_info"] = map[string]string{}
decisionInfoDict["source_info"] = map[string]interface{}{}
if source == string(decision.FeatureTest) {
if sourceInfo, ok := notify.DecisionInfo["sourceInfo"].(map[string]string); ok {
if experimentKey, ok := sourceInfo["experimentKey"]; ok {
Expand Down

0 comments on commit 1585939

Please sign in to comment.