diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-10 11:51:25 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-10 11:51:25 +0100 |
commit | 26a008fe8d71b1bba818dd5f4fae760e0f7fc47c (patch) | |
tree | 78d844a4bebe9d711901f1f11f845fc15a39f352 /server/tests | |
parent | d3e56c0c4b307c99e83fbafb7f2c5884cbc20055 (diff) | |
download | PeerTube-26a008fe8d71b1bba818dd5f4fae760e0f7fc47c.tar.gz PeerTube-26a008fe8d71b1bba818dd5f4fae760e0f7fc47c.tar.zst PeerTube-26a008fe8d71b1bba818dd5f4fae760e0f7fc47c.zip |
Update translations
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/server/contact-form.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/server/contact-form.ts b/server/tests/api/server/contact-form.ts index 1a165331b..93221d0a3 100644 --- a/server/tests/api/server/contact-form.ts +++ b/server/tests/api/server/contact-form.ts | |||
@@ -30,6 +30,8 @@ describe('Test contact form', function () { | |||
30 | }) | 30 | }) |
31 | 31 | ||
32 | it('Should send a contact form', async function () { | 32 | it('Should send a contact form', async function () { |
33 | this.timeout(10000) | ||
34 | |||
33 | await sendContactForm({ | 35 | await sendContactForm({ |
34 | url: server.url, | 36 | url: server.url, |
35 | fromEmail: 'toto@example.com', | 37 | fromEmail: 'toto@example.com', |