]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/contact-form.ts
Feature/subject in contact form (#1926)
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / contact-form.ts
index dbdd3a8a6830731e456ec80f4b43d69f6c822862..b3051945edc67ecfb96894325d207fd11d00d527 100644 (file)
@@ -26,6 +26,7 @@ describe('Test contact form API validators', function () {
   const defaultBody = {
     fromName: 'super name',
     fromEmail: 'toto@example.com',
+    subject: 'my subject',
     body: 'Hello, how are you?'
   }
   let emailPort: number