This commit is contained in:
Felix Ableitner 2024-03-27 15:18:15 +01:00
parent c275db4c03
commit 4154cc8cbb

View file

@ -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();