try to fix api tests

This commit is contained in:
Felix Ableitner 2025-01-10 11:56:38 +01:00
parent ec74669c51
commit ee091c75da
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ killall -s1 lemmy_server || true
popd
pnpm i
pnpm api-test || true
pnpm api-test-image || true
killall -s1 lemmy_server || true
killall -s1 pict-rs || true

View file

@ -37,7 +37,7 @@ import {
beforeAll(setupLogins);
afterAll(async () => {
await Promise.all([unfollows(), deleteAllImages(alpha)]);
//await Promise.all([unfollows(), deleteAllImages(alpha)]);
});
test("Upload image and delete it", async () => {