Skip to content

Commit

Permalink
[SPO] Deduplicate test name (#1300) (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 20, 2023
1 parent 7c45665 commit c2a3f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sources/test_sharepoint_online.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c2a3f98

Please sign in to comment.