Skip to content

Commit

Permalink
test: fix request entity too large error
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Dec 6, 2024
1 parent 43fb471 commit bb56bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy/location.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
);
}
Expand Down

0 comments on commit bb56bc0

Please sign in to comment.