apub-post-remove-url
Felix Ableitner 4 months ago
parent 365b092d68
commit 9963b599b0

@ -11,7 +11,7 @@ killall -s1 lemmy_server || true
popd
yarn
yarn api-test-post || true
yarn api-test || true
killall -s1 lemmy_server || true
killall -s1 pict-rs || true

@ -138,7 +138,7 @@ test("Unlike a post", async () => {
assertPostFederation(betaPost, postRes.post_view);
});
test.only("Update a post", async () => {
test("Update a post", async () => {
if (!betaCommunity) {
throw "Missing beta community";
}

Loading…
Cancel
Save