pull/4564/head
Felix Ableitner 1 month ago
parent c275db4c03
commit 4154cc8cbb

@ -239,7 +239,7 @@ test("No image proxying if setting is disabled", async () => {
let betaPost = await waitForPost(
beta,
post.post_view.post,
res => res?.post.alt_text !== null,
res => res?.post.alt_text != null,
);
expect(betaPost.post).toBeDefined();

Loading…
Cancel
Save