mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix admin edition disabling feature
This commit is contained in:
@@ -135,7 +135,7 @@ async function run () {
|
||||
title: 'API - config',
|
||||
path: '/api/v1/config',
|
||||
expecter: (body, status) => {
|
||||
return status === 200 && body.startsWith('{"allowEdits":')
|
||||
return status === 200 && body.startsWith('{"client":')
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user