Skip to content

Commit 87dadad

Browse files
committed
fix build
1 parent ea3c30e commit 87dadad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def test_media_io_base_next_chunk_retries(self):
401401
({"status": "500"}, ""),
402402
({"status": "503"}, ""),
403403
({"status": "200", "location": "location"}, ""),
404-
({"status": "403"}, USER_RATE_LIMIT_EXCEEDED_RESPONSE),
404+
({"status": "403"}, USER_RATE_LIMIT_EXCEEDED_RESPONSE_NO_STATUS),
405405
({"status": "403"}, RATE_LIMIT_EXCEEDED_RESPONSE),
406406
({"status": "429"}, ""),
407407
({"status": "200"}, "{}"),

0 commit comments

Comments
 (0)