mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Do not raise if post no longer exists (#12428)
This commit is contained in:
@@ -396,6 +396,7 @@ describe Jobs::ExportUserArchive do
|
||||
PostActionCreator.like(user, post3)
|
||||
PostActionCreator.like(admin, post3)
|
||||
PostActionDestroyer.destroy(user, post3, :like)
|
||||
post3.destroy!
|
||||
|
||||
data, csv_out = make_component_csv
|
||||
expect(data.length).to eq(2)
|
||||
|
||||
Reference in New Issue
Block a user