Fix users tests

This commit is contained in:
Chocobozzz
2020-07-02 14:23:50 +02:00
parent d10538b47d
commit 1e904cde34
4 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ function createUser (parameters: CreateUserArgs) {
videoQuota = 1000000,
videoQuotaDaily = -1,
role = UserRole.USER,
specialStatus = 201
specialStatus = 200
} = parameters
const path = '/api/v1/users'