diff options
Diffstat (limited to 'server/tests/api/check-params/users-admin.ts')
-rw-r--r-- | server/tests/api/check-params/users-admin.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/users-admin.ts b/server/tests/api/check-params/users-admin.ts index d941ca024..7ba709c4a 100644 --- a/server/tests/api/check-params/users-admin.ts +++ b/server/tests/api/check-params/users-admin.ts | |||
@@ -158,7 +158,7 @@ describe('Test users admin API validators', function () { | |||
158 | 158 | ||
159 | const config = { | 159 | const config = { |
160 | smtp: { | 160 | smtp: { |
161 | hostname: 'localhost', | 161 | hostname: '127.0.0.1', |
162 | port: emailPort | 162 | port: emailPort |
163 | } | 163 | } |
164 | } | 164 | } |