diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-29 08:42:12 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-29 08:42:12 +0100 |
commit | d4520481271087aa284913ff6c198a93c0b37c49 (patch) | |
tree | 25e4a2ca64f21d9d047ac7d147f7e781b1cdb80e /server/tests | |
parent | 185a4abd23ba07ee252655574506755c0425c540 (diff) | |
parent | 2c0070c8f31e6a28b1d52ee6e9965e21471abd5b (diff) | |
download | PeerTube-d4520481271087aa284913ff6c198a93c0b37c49.tar.gz PeerTube-d4520481271087aa284913ff6c198a93c0b37c49.tar.zst PeerTube-d4520481271087aa284913ff6c198a93c0b37c49.zip |
Merge branch 'develop' into release/v1.2.0
Diffstat (limited to 'server/tests')
-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 | ||