Fix wrong variable name in limit core tests

This commit is contained in:
Théophile Diot 2023-09-07 11:01:26 +02:00
parent 9535c04142
commit 11664cc1d8
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -164,7 +164,7 @@ try:
exit(1)
print(
f"❌ The limit_req_1 directive is not working correctly, {request_number} requests were made in {total:.2f}s while the limit was set to {limit_req_rate}, exiting ...",
f"❌ The limit_req_1 directive is not working correctly, {request_number} requests were made in {total:.2f}s while the limit was set to {limit_req_rate_1}, exiting ...",
flush=True,
)
exit(1)