mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 19:44:39 +08:00
FIX: Duplicate link message should link to the post
This commit is contained in:
@ -286,6 +286,7 @@ http://b.com/#{'a'*500}
|
||||
expect(ch[:domain]).to eq('www.codinghorror.com')
|
||||
expect(ch[:username]).to eq(post.username)
|
||||
expect(ch[:posted_at]).to be_present
|
||||
expect(ch[:post_url]).to be_present
|
||||
end
|
||||
|
||||
it 'has the correct results' do
|
||||
|
Reference in New Issue
Block a user