diff options
author | Chocobozzz <me@florianbigard.com> | 2019-09-03 09:49:04 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-09-05 10:17:02 +0200 |
commit | 8ae03c37181822617418d1fc372982b245ac0a9a (patch) | |
tree | e98e4a57ca85f2fd982aa8054476c9983cbb2398 /server/tests/api/check-params/config.ts | |
parent | 589d9f55f6f3f0d069d4bbb207d3d20769cc4ded (diff) | |
download | PeerTube-8ae03c37181822617418d1fc372982b245ac0a9a.tar.gz PeerTube-8ae03c37181822617418d1fc372982b245ac0a9a.tar.zst PeerTube-8ae03c37181822617418d1fc372982b245ac0a9a.zip |
Add creation reason
Diffstat (limited to 'server/tests/api/check-params/config.ts')
-rw-r--r-- | server/tests/api/check-params/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index f716dc673..9b902a1cd 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts | |||
@@ -29,6 +29,7 @@ describe('Test config API validators', function () { | |||
29 | terms: 'my super terms', | 29 | terms: 'my super terms', |
30 | codeOfConduct: 'my super coc', | 30 | codeOfConduct: 'my super coc', |
31 | 31 | ||
32 | creationReason: 'my super reason', | ||
32 | moderationInformation: 'my super moderation information', | 33 | moderationInformation: 'my super moderation information', |
33 | administrator: 'Kuja', | 34 | administrator: 'Kuja', |
34 | maintenanceLifetime: 'forever', | 35 | maintenanceLifetime: 'forever', |