Skip to content

Commit 34cb242

Browse files
committed
fixed test
1 parent 09ec571 commit 34cb242

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/hub/hub-invite/hub-invite.service.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ describe('HubInviteService', () => {
133133
}" hub.`,
134134
text: `View the invite.`,
135135
// date: Date.now().toString(),
136-
actionLink: `preview-hub/${mockedFindOneJoinUserHub.hub.id}`,
136+
actionLink: `https://hub.lazz.tech/app/preview-hub/${mockedFindOneJoinUserHub.hub.id}`,
137137
}),
138138
);
139139
expect(sendPushToUser).toHaveBeenCalledWith(
@@ -143,7 +143,7 @@ describe('HubInviteService', () => {
143143
(await mockedFindOneJoinUserHub.hub.load()).name
144144
}" hub.`,
145145
body: `View the invite.`,
146-
click_action: `preview-hub/${(await mockedFindOneJoinUserHub.hub.load()).id}`,
146+
click_action: `https://hub.lazz.tech/app/preview-hub/${(await mockedFindOneJoinUserHub.hub.load()).id}`,
147147
}),
148148
);
149149
});

0 commit comments

Comments
 (0)