mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix wrong variable name in limit core tests
This commit is contained in:
parent
9535c04142
commit
11664cc1d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue