diff options
Diffstat (limited to 'server/tests/misc-endpoints.ts')
-rw-r--r-- | server/tests/misc-endpoints.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/misc-endpoints.ts b/server/tests/misc-endpoints.ts index 698d83328..162b53e18 100644 --- a/server/tests/misc-endpoints.ts +++ b/server/tests/misc-endpoints.ts | |||
@@ -110,6 +110,8 @@ describe('Test misc endpoints', function () { | |||
110 | }) | 110 | }) |
111 | 111 | ||
112 | expect(res.body.software.name).to.equal('peertube') | 112 | expect(res.body.software.name).to.equal('peertube') |
113 | expect(res.body.usage.users.activeMonth).to.equal(1) | ||
114 | expect(res.body.usage.users.activeHalfyear).to.equal(1) | ||
113 | }) | 115 | }) |
114 | }) | 116 | }) |
115 | 117 | ||