From c2a3f98e2eca2415ff3e6f7a2e73dfa99f6dc888 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:29:35 +0200 Subject: [PATCH] [SPO] Deduplicate test name (#1300) (#1314) --- 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,