]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/benchmark.ts
Fix admin edition disabling feature
[github/Chocobozzz/PeerTube.git] / scripts / benchmark.ts
index 007e3c33b735b594fab4db07f5c762a7aa86c946..788318313ffe84976837468b1e393095b9f2d96b 100644 (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":')
       }
     }
   ]