1
0
Fork 0
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:
Chocobozzz 2025-03-27 16:36:55 +01:00
parent 33856ffa22
commit e3a850cdef
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -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
}) })
}) })