Skip to content

Commit c1a8e13

Browse files
committed
fixed unit test
1 parent b2df6c4 commit c1a8e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/config_manager/http_project_config_manager_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
datafile_access_token: 'the-token'
483483
)
484484
sleep 0.1
485-
expect(Optimizely::Helpers::HttpUtils).to have_received(:make_request).with('https://www.optimizely-cdn.com/datafiles/auth/valid_sdk_key.json', any_args)
485+
expect(Optimizely::Helpers::HttpUtils).to have_received(:make_request).with('https://config.optimizely.com/datafiles/auth/valid_sdk_key.json', any_args)
486486
end
487487

488488
it 'should use public datafile url when auth token is not provided' do

0 commit comments

Comments
 (0)