1
0
Fork 0

Fix admin edition disabling feature

This commit is contained in:
Chocobozzz 2021-10-14 11:35:43 +02:00
parent e1a570abff
commit cf0c8ee588
No known key found for this signature in database
GPG key ID: 583A612D890159BE
14 changed files with 61 additions and 20 deletions

View file

@ -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":')
}
}
]