We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c158bae commit 49387ebCopy full SHA for 49387eb
tests/apis/test_error_retries.py
@@ -33,7 +33,7 @@ async def test_regular_errors_escalate_without_retries(
33
assert_logs([], prohibited=["attempt", "escalating", "retry"])
34
35
36
-@pytest.mark.parametrize('status', [400, 403, 404, 499, 666, 999])
+@pytest.mark.parametrize('status', [400, 404, 499, 666, 999])
37
async def test_client_errors_escalate_without_retries(
38
caplog, assert_logs, settings, logger, resp_mocker, aresponses, hostname, status):
39
caplog.set_level(0)
0 commit comments