mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
test_retry: remove unneeded decorator
Co-authored-by: Hugo <hugo@whynothugo.nl>
This commit is contained in:
parent
bb2b71da81
commit
605f878f9b
1 changed files with 0 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue