Allow omniauth 2.0, specify user URL as https

This commit is contained in:
ErickSkrauch
2023-11-04 02:57:18 +01:00
parent 206fd5f3e3
commit 4ff4af6897
5 changed files with 78 additions and 69 deletions

View File

@@ -37,7 +37,7 @@ describe OmniAuth::Strategies::Ely do
raw_info = Hash.new
raw_info['id'] = 1
allow(subject).to receive(:raw_info).and_return(raw_info)
expect(subject.profile_url).to eq('http://ely.by/u1')
expect(subject.profile_url).to eq('https://ely.by/u1')
end
it 'should build valid skin link' do