aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/test.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-30 15:35:15 +0100
committerChocobozzz <me@florianbigard.com>2018-01-30 15:35:15 +0100
commit31b5a2559102b21467343e007e17e866c0c7a643 (patch)
treecabe95baf79621e87b70ed48721bbe36c7cd9ad2 /config/test.yaml
parentf076daa76a32074cba162459e38fa8c130ad42d0 (diff)
downloadPeerTube-31b5a2559102b21467343e007e17e866c0c7a643.tar.gz
PeerTube-31b5a2559102b21467343e007e17e866c0c7a643.tar.zst
PeerTube-31b5a2559102b21467343e007e17e866c0c7a643.zip
Fix email tests
Diffstat (limited to 'config/test.yaml')
-rw-r--r--config/test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/test.yaml b/config/test.yaml
index cacd49075..19c01f5c0 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -12,7 +12,7 @@ smtp:
12 hostname: null 12 hostname: null
13 port: 1025 13 port: 1025
14 tls: false 14 tls: false
15 from_address: 'test@localhost' 15 from_address: 'test-admin@localhost'
16 username: null 16 username: null
17 password: null 17 password: null
18 18