mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fix user tests
This commit is contained in:
parent
33856ffa22
commit
e3a850cdef
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ describe('Test users admin API validators', function () {
|
||||||
path: path + userId,
|
path: path + userId,
|
||||||
token: server.accessToken,
|
token: server.accessToken,
|
||||||
fields,
|
fields,
|
||||||
expectedStatus: HttpStatusCode.CONFLICT_409
|
expectedStatus: HttpStatusCode.NO_CONTENT_204
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue