diff --git a/tests/http_strategies.py b/tests/http_strategies.py index 0fd6595..5ba11df 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. Bro. + Returns random binary body data. """ return strategies.binary(min_size=0, max_size=1500)