From 9bcadadede08cc5e724bd394e9d21e17cbf458e1 Mon Sep 17 00:00:00 2001 From: phiresky Date: Thu, 21 Sep 2023 12:52:10 +0000 Subject: [PATCH] fix after merge --- api_tests/src/comment.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_tests/src/comment.spec.ts b/api_tests/src/comment.spec.ts index fe8c3943e..6ced2bf33 100644 --- a/api_tests/src/comment.spec.ts +++ b/api_tests/src/comment.spec.ts @@ -343,7 +343,7 @@ test("Federated comment like", async () => { }); test("Reply to a comment from another instance, get notification", async () => { - await alpha.client.markAllAsRead({ auth: alpha.auth }); + await alpha.markAllAsRead(); let betaCommunity = (await resolveBetaCommunity(alpha)).community; if (!betaCommunity) {