Fix a typo
This commit is contained in:
committed by
Jonas Platte
parent
c4724c082e
commit
9eca314511
@@ -36,7 +36,7 @@ FAILURES = {
|
||||
"Success": (lambda x: None, 50),
|
||||
"Gateway error":
|
||||
(lambda _: http.Response.make(500, b"Gateway error"), 20),
|
||||
"Limit exeeded": (lambda _: http.Response.make(
|
||||
"Limit exceeded": (lambda _: http.Response.make(
|
||||
429,
|
||||
json.dumps({
|
||||
"errcode": "M_LIMIT_EXCEEDED",
|
||||
|
||||
Reference in New Issue
Block a user