Fix benchmark script

This commit is contained in:
Chocobozzz
2025-12-02 15:01:24 +01:00
parent 64fa8f2dc8
commit 6e4f6bd819

View File

@@ -107,7 +107,7 @@ async function run () {
title: 'API - videos list without count*',
path: '/api/v1/videos?skipCount=true',
expecter: (body, status) => {
return status === 200 && body.startsWith('{"total":10')
return status === 200 && body.startsWith('{"data":[{"')
}
},
{