This commit is contained in:
Brett Zane 2025-06-09 13:32:50 -07:00
parent 5bdba3acf0
commit ce58fb74df

View File

@ -31,7 +31,7 @@ def http_path():
def http_body(): 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) return strategies.binary(min_size=0, max_size=1500)