Ignore undefined
as canonical url (#31882)
This commit is contained in:
parent
3d46f47817
commit
ab763c493f
2 changed files with 9 additions and 1 deletions
|
@ -33,6 +33,14 @@ RSpec.describe LinkDetailsExtractor do
|
|||
expect(subject.canonical_url).to eq original_url
|
||||
end
|
||||
end
|
||||
|
||||
context 'when canonical URL is set to "undefined"' do
|
||||
let(:url) { 'undefined' }
|
||||
|
||||
it 'ignores the canonical URLs' do
|
||||
expect(subject.canonical_url).to eq original_url
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
context 'when only basic metadata is present' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue