We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78bee5 commit 64558e1Copy full SHA for 64558e1
3 files changed
services/backend/tests/2-user-registration.e2e.test.ts
@@ -57,6 +57,7 @@ describe('User Registration E2E Tests', () => {
57
firstUserId: user.id,
58
firstUserCookie: registerResponse.headers['set-cookie'][0]
59
});
60
+ // SMTP settings are now expected to be set by default in test env via src/global-settings/smtp.ts
61
62
63
it('should register second user and assign global_user role', async () => {
0 commit comments