We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4379127 commit ce95951Copy full SHA for ce95951
spec/user_profile_tracker_spec.rb
@@ -26,7 +26,7 @@
26
it 'loads the user profile from the service if provided' do
27
expected_profile = {
28
user_id: user_id,
29
- experiment_bucket_map: { '111127' => { variation_id: '111128' } }
+ experiment_bucket_map: {'111127' => {variation_id: '111128'}}
30
}
31
allow(mock_user_profile_service).to receive(:lookup).with(user_id).and_return(expected_profile)
32
user_profile_tracker.load_user_profile
0 commit comments