From 99cf505f463ded5abd07abaffbd850e6358227bd Mon Sep 17 00:00:00 2001 From: Tim Grein Date: Thu, 20 Jul 2023 10:16:11 +0200 Subject: [PATCH] [SPO] Deduplicate test name (#1300) --- tests/sources/test_sharepoint_online.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,