This commit is contained in:
Brett Zane 2025-06-09 13:57:28 -07:00
parent ce58fb74df
commit be81f7253f

View File

@ -31,7 +31,7 @@ def http_path():
def http_body():
"""
Returns random binary body data. Yo. Bro.
Returns random binary body data.
"""
return strategies.binary(min_size=0, max_size=1500)