update test

This commit is contained in:
Brett Zane 2025-06-09 13:17:13 -07:00
parent 1502de002c
commit 5bdba3acf0

View File

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