mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-09-02 11:13:51 +00:00
temp revert for tests
This commit is contained in:
parent
90038a212c
commit
62f17de60d
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ test("Upload image and delete it", async () => {
|
||||||
expect(listAllMediaRes.images.length).toBe(previousThumbnails);
|
expect(listAllMediaRes.images.length).toBe(previousThumbnails);
|
||||||
|
|
||||||
// Make sure the uploader is correct
|
// Make sure the uploader is correct
|
||||||
expect(listMediaRes.images[0].person.ap_id).toBe(
|
expect(listMediaRes.images[0].person.actor_id).toBe(
|
||||||
`http://lemmy-alpha:8541/u/lemmy_alpha`,
|
`http://lemmy-alpha:8541/u/lemmy_alpha`,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -268,7 +268,7 @@ test("No image proxying if setting is disabled", async () => {
|
||||||
let community = await createCommunity(alpha);
|
let community = await createCommunity(alpha);
|
||||||
let betaCommunity = await resolveCommunity(
|
let betaCommunity = await resolveCommunity(
|
||||||
beta,
|
beta,
|
||||||
community.community_view.community.ap_id,
|
community.community_view.community.actor_id,
|
||||||
);
|
);
|
||||||
await followCommunity(beta, true, betaCommunity.community!.community.id);
|
await followCommunity(beta, true, betaCommunity.community!.community.id);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue