File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 737737 test_user_id = 'test_user'
738738 user_attributes = { 'country' => 'us' }
739739
740- user_context = optimizely_with_mocked_events . create_user_context ( test_user_id , user_attributes )
740+ _user_context = optimizely_with_mocked_events . create_user_context ( test_user_id , user_attributes )
741741
742742 expect ( captured_notifications . length ) . to eq ( 1 ) , 'Should have captured exactly one decision notification'
743743
758758
759759 experiment_id = notification [ :experiment_id ]
760760 expect ( experiment_id ) . to eq ( holdout [ 'id' ] ) , 'ExperimentId in notification should match holdout ID'
761-
761+
762762 variation_id = notification [ :variation_id ]
763763 expect ( variation_id ) . to eq ( holdout_variation [ 'id' ] ) , 'VariationId should match holdout variation ID'
764764
You can’t perform that action at this time.
0 commit comments