fix after merge

This commit is contained in:
phiresky 2023-09-21 12:52:10 +00:00
parent fe40adfc39
commit 9bcadadede

View file

@ -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) {