Skip to content

Commit f36b503

Browse files
committed
frontend: fix tests
1 parent 59e0891 commit f36b503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/__tests__/register.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ describe('Register Component', () => {
414414

415415
await waitFor(() => {
416416
expect(mockShowAlert).toHaveBeenCalledWith(
417-
'email_already_exists',
417+
'register.email_already_exists',
418418
'danger'
419419
);
420420
});

0 commit comments

Comments
 (0)