From 87c0f718dc91514eb3674eda61a5ef6facef55ac Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 14 Oct 2021 08:30:17 +0200 Subject: Fix benchmark test --- scripts/benchmark.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/benchmark.ts b/scripts/benchmark.ts index c29b9abcd..007e3c33b 100644 --- a/scripts/benchmark.ts +++ b/scripts/benchmark.ts @@ -135,7 +135,7 @@ async function run () { title: 'API - config', path: '/api/v1/config', expecter: (body, status) => { - return status === 200 && body.startsWith('{"instance":') + return status === 200 && body.startsWith('{"allowEdits":') } } ] -- cgit v1.2.3