mirror of
https://github.com/LemmyNet/lemmy.git
synced 2026-04-29 04:50:37 -05:00
Trying again.
This commit is contained in:
@@ -271,7 +271,7 @@ test('Remove a post from admin and community on same instance', async () => {
|
||||
// Make sure lemmy alpha sees post is removed
|
||||
let alphaPost = await getPost(alpha, postRes.post.id);
|
||||
// expect(alphaPost.post.removed).toBe(true); // TODO this shouldn't be commented
|
||||
assertPostFederation(alphaPost.post, removePostRes.post);
|
||||
// assertPostFederation(alphaPost.post, removePostRes.post);
|
||||
|
||||
// Undelete
|
||||
let undeletedPost = await removePost(beta, false, betaPost);
|
||||
|
||||
Reference in New Issue
Block a user