File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 34
34
allow ( Time ) . to receive ( :now ) . and_return ( time_now )
35
35
allow ( SecureRandom ) . to receive ( :uuid ) . and_return ( 'a68cf1ad-0393-4e18-af87-efe8f01a7c9c' )
36
36
37
- @expected_endpoints [ :US ] = {
37
+ @expected_endpoints = {
38
38
US : 'https://logx.optimizely.com/v1/events' ,
39
39
EU : 'https://eu.logx.optimizely.com/v1/events'
40
40
}
Original file line number Diff line number Diff line change 39
39
allow ( Time ) . to receive ( :now ) . and_return ( time_now )
40
40
allow ( SecureRandom ) . to receive ( :uuid ) . and_return ( 'a68cf1ad-0393-4e18-af87-efe8f01a7c9c' )
41
41
42
- @expected_endpoints = { }
43
- @expected_endpoints [ :US ] = 'https://logx.optimizely.com/v1/events'
44
- @expected_endpoints [ :EU ] = 'https://eu.logx.optimizely.com/v1/events'
42
+ @expected_endpoints = {
43
+ US : 'https://logx.optimizely.com/v1/events' ,
44
+ EU : 'https://eu.logx.optimizely.com/v1/events'
45
+ }
45
46
@expected_impression_params = {
46
47
account_id : '12001' ,
47
48
project_id : '111001' ,
You can’t perform that action at this time.
0 commit comments