aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-02 14:23:50 +0200
committerChocobozzz <me@florianbigard.com>2020-07-02 14:23:50 +0200
commit1e904cde34ba41a16256da1073336dd652368592 (patch)
tree0bd04e8f8d560f1b4b31112aab03c357d6b91d0d /shared/extra-utils
parentd10538b47d134cebe9dfdbcef346e9bc94f993f0 (diff)
downloadPeerTube-1e904cde34ba41a16256da1073336dd652368592.tar.gz
PeerTube-1e904cde34ba41a16256da1073336dd652368592.tar.zst
PeerTube-1e904cde34ba41a16256da1073336dd652368592.zip
Fix users tests
Diffstat (limited to 'shared/extra-utils')
-rw-r--r--shared/extra-utils/users/users.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/users/users.ts b/shared/extra-utils/users/users.ts
index 766189dfe..08b7743a6 100644
--- a/shared/extra-utils/users/users.ts
+++ b/shared/extra-utils/users/users.ts
@@ -29,7 +29,7 @@ function createUser (parameters: CreateUserArgs) {
29 videoQuota = 1000000, 29 videoQuota = 1000000,
30 videoQuotaDaily = -1, 30 videoQuotaDaily = -1,
31 role = UserRole.USER, 31 role = UserRole.USER,
32 specialStatus = 201 32 specialStatus = 200
33 } = parameters 33 } = parameters
34 34
35 const path = '/api/v1/users' 35 const path = '/api/v1/users'