diff --git a/api_tests/run-federation-test.sh b/api_tests/run-federation-test.sh index 060abd3a3..969a95b3e 100755 --- a/api_tests/run-federation-test.sh +++ b/api_tests/run-federation-test.sh @@ -11,7 +11,7 @@ killall -s1 lemmy_server || true popd pnpm i -pnpm api-test-post || true +pnpm api-test || true killall -s1 lemmy_server || true killall -s1 pict-rs || true diff --git a/api_tests/src/post.spec.ts b/api_tests/src/post.spec.ts index 329706192..e2c198bf6 100644 --- a/api_tests/src/post.spec.ts +++ b/api_tests/src/post.spec.ts @@ -660,7 +660,7 @@ test("A and G subscribe to B (center) A posts, it gets announced to G", async () await unfollowRemotes(alpha); }); -test.only("Report a post", async () => { +test("Report a post", async () => { // Create post from alpha let alphaCommunity = (await resolveBetaCommunity(alpha)).community!; await followBeta(alpha);