diff --git a/tests/sources/test_sharepoint_online.py b/tests/sources/test_sharepoint_online.py index 4631c5ccd..f78ad4437 100644 --- a/tests/sources/test_sharepoint_online.py +++ b/tests/sources/test_sharepoint_online.py @@ -524,7 +524,7 @@ async def test_call_api_with_429( patch_cancellable_sleeps.assert_awaited_with(retry_after) @pytest.mark.asyncio - async def test_call_api_with_404( + async def test_call_api_with_404_with_retry_after_header( self, microsoft_api_session, mock_responses,