fix post test
This commit is contained in:
@@ -2754,7 +2754,7 @@ class PostTest < ActiveSupport::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
context "#replace!" do
|
context "#replace!" do
|
||||||
subject { @post.replace!(tags: "something", replacement_url: "https://danbooru.donmai.us/data/preview/download.png") }
|
subject { @post.replace!(tags: "something", replacement_url: "https://danbooru.donmai.us/images/download-preview.png") }
|
||||||
|
|
||||||
setup do
|
setup do
|
||||||
@post = FactoryBot.create(:post)
|
@post = FactoryBot.create(:post)
|
||||||
|
|||||||
Reference in New Issue
Block a user