From bb56bc0bab9d5a7540a5fcb50144fb846366d222 Mon Sep 17 00:00:00 2001 From: vicanso Date: Fri, 6 Dec 2024 22:35:23 +0800 Subject: [PATCH] test: fix request entity too large error --- src/proxy/location.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proxy/location.rs b/src/proxy/location.rs index e101629..b5c4561 100644 --- a/src/proxy/location.rs +++ b/src/proxy/location.rs @@ -683,7 +683,7 @@ mod tests { ..Default::default() }); assert_eq!( - " HTTPStatus context: Request Entity Too Large cause: InternalError", + "Request Entity Too Large, max:10", result.err().unwrap().to_string() ); }