corrects tests (snapshot obsolet) - issue #1776

This commit is contained in:
Laurent GAY
2025-06-30 15:12:32 +02:00
parent cd07c81bc7
commit 539bf0e4d6
4 changed files with 27 additions and 52 deletions

View File

@@ -51,6 +51,19 @@ export const joinEventResponseMock = {
},
};
export const currentActorClientMock = {
data: {
actor: {
__typename: "Person",
preferredUsername: "some_actor",
name: "Some actor",
avatar: null,
domain: null,
id: "1",
},
},
};
export const joinEventMock = {
eventId: "1",
actorId: "1",