test_retry: remove unneeded decorator

Co-authored-by: Hugo <hugo@whynothugo.nl>
This commit is contained in:
Samuel Maynard 2025-09-13 12:22:25 +03:00 committed by GitHub
parent bb2b71da81
commit 605f878f9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,6 @@ from vdirsyncer.exceptions import Error as VdirsyncerError
from vdirsyncer.http import UsageLimitReached, request
@pytest.mark.asyncio
async def _create_mock_response(status: int, body: str | dict):
raw_body = body
if isinstance(body, dict):