Skip to content

Commit 82009d3

Browse files
committed
cover
1 parent 45a1c3c commit 82009d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_server_disconnected_retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ async def test_post_xml_with_retry_decorator_succeeds(mock_etree_to_string) -> N
365365

366366

367367
@pytest.mark.asyncio
368-
async def test_post_xml_decorator_is_applied() -> None:
368+
async def test_post_xml_decorator_is_applied(mock_etree_to_string: MagicMock) -> None:
369369
"""Verify that the post_xml method has the retry decorator applied."""
370370

371371
# Check that AsyncTransportProtocolErrorHandler.post_xml has the decorator

0 commit comments

Comments
 (0)