From ce58fb74dfd03f9144d093ec7f8760e1e449768f Mon Sep 17 00:00:00 2001 From: Brett Zane Date: Mon, 9 Jun 2025 13:32:50 -0700 Subject: [PATCH] update --- tests/http_strategies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/http_strategies.py b/tests/http_strategies.py index ec622b3..0fd6595 100644 --- a/tests/http_strategies.py +++ b/tests/http_strategies.py @@ -31,7 +31,7 @@ def http_path(): def http_body(): """ - Returns random binary body data. Yo. + Returns random binary body data. Yo. Bro. """ return strategies.binary(min_size=0, max_size=1500)