diff options
Diffstat (limited to 'server/tests/api/videos/single-server.ts')
-rw-r--r-- | server/tests/api/videos/single-server.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/videos/single-server.ts b/server/tests/api/videos/single-server.ts index 8f55075fb..83b6a0e9a 100644 --- a/server/tests/api/videos/single-server.ts +++ b/server/tests/api/videos/single-server.ts | |||
@@ -26,6 +26,7 @@ describe('Test a single server', function () { | |||
26 | language: 3, | 26 | language: 3, |
27 | nsfw: true, | 27 | nsfw: true, |
28 | description: 'my super description', | 28 | description: 'my super description', |
29 | support: 'my super support text', | ||
29 | host: 'localhost:9001', | 30 | host: 'localhost:9001', |
30 | account: 'root', | 31 | account: 'root', |
31 | isLocal: true, | 32 | isLocal: true, |
@@ -54,6 +55,7 @@ describe('Test a single server', function () { | |||
54 | language: 5, | 55 | language: 5, |
55 | nsfw: false, | 56 | nsfw: false, |
56 | description: 'my super description updated', | 57 | description: 'my super description updated', |
58 | support: 'my super support text updated', | ||
57 | host: 'localhost:9001', | 59 | host: 'localhost:9001', |
58 | account: 'root', | 60 | account: 'root', |
59 | isLocal: true, | 61 | isLocal: true, |