We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1712fc7 commit c446e69Copy full SHA for c446e69
1 file changed
spec/decision_service_holdout_spec.rb
@@ -737,7 +737,7 @@
737
test_user_id = 'test_user'
738
user_attributes = {'country' => 'us'}
739
740
- user_context = optimizely_with_mocked_events.create_user_context(test_user_id, user_attributes)
+ _user_context = optimizely_with_mocked_events.create_user_context(test_user_id, user_attributes)
741
742
expect(captured_notifications.length).to eq(1), 'Should have captured exactly one decision notification'
743
@@ -758,7 +758,7 @@
758
759
experiment_id = notification[:experiment_id]
760
expect(experiment_id).to eq(holdout['id']), 'ExperimentId in notification should match holdout ID'
761
-
+
762
variation_id = notification[:variation_id]
763
expect(variation_id).to eq(holdout_variation['id']), 'VariationId should match holdout variation ID'
764
0 commit comments