Skip to content

Commit 33e87fd

Browse files
test: conftest: fix nginx_proxy doc string
The nginx_proxy fixture does not do rate limiting on its own. This was mixed up with the rate_limited_port fixture. So drop that part of the doc string. Signed-off-by: Bastian Krause <[email protected]>
1 parent 5f61425 commit 33e87fd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/conftest.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,9 @@ def _nginx_config(port, location_options, *, mtls=False):
269269
@pytest.fixture(scope='session')
270270
def nginx_proxy(nginx_config):
271271
"""
272-
Runs an nginx rate liming proxy, limiting download speeds to 70 KB/s. HTTP requests are
273-
forwarded to port 8080 (default port of the docker hawkBit instance). Returns the port the
274-
proxy is running on. This port can be set in the rauc-hawkbit-updater config to rate limit its
275-
HTTP requests.
272+
Runs an nginx proxy. HTTP requests are forwarded to port 8080 (default port of the docker
273+
hawkBit instance). Returns the port the proxy is running on. This port can be set in the
274+
rauc-hawkbit-updater config to proxy HTTP requests with custom options.
276275
"""
277276
import pexpect
278277

0 commit comments

Comments
 (0)