diff options
author | Josh Morel <morel.josh@hotmail.com> | 2019-01-28 05:45:40 -0500 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-01-28 11:49:30 +0100 |
commit | 926cd3df339772dd1cbb9e10996518e8cb2e001d (patch) | |
tree | 8328216ef35f63474dee7215f440ab43a7a1b934 | |
parent | 4afcdcfad88fbc75acd7f689cca3378421c681d1 (diff) | |
download | PeerTube-926cd3df339772dd1cbb9e10996518e8cb2e001d.tar.gz PeerTube-926cd3df339772dd1cbb9e10996518e8cb2e001d.tar.zst PeerTube-926cd3df339772dd1cbb9e10996518e8cb2e001d.zip |
fix typo in test accounts api validators
-rw-r--r-- | server/tests/api/check-params/accounts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
10 | } from '../../../../shared/utils/requests/check-api-params' | 10 | } from '../../../../shared/utils/requests/check-api-params' |
11 | import { getAccount } from '../../../../shared/utils/users/accounts' | 11 | import { getAccount } from '../../../../shared/utils/users/accounts' |
12 | 12 | ||
13 | describe('Test users API validators', function () { | 13 | describe('Test accounts API validators', function () { |
14 | const path = '/api/v1/accounts/' | 14 | const path = '/api/v1/accounts/' |
15 | let server: ServerInfo | 15 | let server: ServerInfo |
16 | 16 | ||