From: Josh Morel Date: Mon, 28 Jan 2019 10:45:40 +0000 (-0500) Subject: fix typo in test accounts api validators X-Git-Tag: v1.2.0~3^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=926cd3df339772dd1cbb9e10996518e8cb2e001d;p=oweals%2Fpeertube.git fix typo in test accounts api validators --- diff --git a/server/tests/api/check-params/accounts.ts b/server/tests/api/check-params/accounts.ts index 567fd072c..68f9519c6 100644 --- a/server/tests/api/check-params/accounts.ts +++ b/server/tests/api/check-params/accounts.ts @@ -10,7 +10,7 @@ import { } from '../../../../shared/utils/requests/check-api-params' import { getAccount } from '../../../../shared/utils/users/accounts' -describe('Test users API validators', function () { +describe('Test accounts API validators', function () { const path = '/api/v1/accounts/' let server: ServerInfo