Skip to content

Commit

Permalink
[SPO] Deduplicate test name (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
timgrein authored Jul 20, 2023
1 parent daeac87 commit 99cf505
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 99cf505

Please sign in to comment.