From c9253ed0569b24c925cc4e99b1453f94dc1a80ef Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Thu, 23 Apr 2026 23:08:07 +0500 Subject: [PATCH] test(load): update error loadtest endpoint to generate hint This endpoint didn't generate error hint which is not desired for loadtest. Signed-off-by: Taimoor Zaeem --- test/load/errors.http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/load/errors.http b/test/load/errors.http index b72b4354e..ea5db9056 100644 --- a/test/load/errors.http +++ b/test/load/errors.http @@ -7,7 +7,7 @@ GET http://postgrest/actors?select=*,rolws(*,films(*)) Prefer: tx=commit # Misspelled function names -GET http://postgrest/rpc/call_em_x?name=John +GET http://postgrest/rpc/call_me_x?name=John Prefer: tx=commit # Permission denied errors