Skip to content

Commit 06ce956

Browse files
committed
update email server action
1 parent 328b7cd commit 06ce956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/__tests__/components/forms/EmailTemplateForm/server-action.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('CreateEmailTemplate server actions', () => {
8484
errorState: {
8585
formErrors: [],
8686
fieldErrors: {
87-
emailTemplateMessage: ['URLs cannot start with http://'],
87+
emailTemplateMessage: ['URLs must start with https://'],
8888
},
8989
},
9090
});

0 commit comments

Comments
 (0)