chore: format

This commit is contained in:
Chris Coutinho
2025-06-06 18:43:32 +02:00
parent ee32a1bfe8
commit fd61c2de56
3 changed files with 24 additions and 8 deletions
+3 -1
View File
@@ -72,7 +72,9 @@ async def temporary_note(nc_client: NextcloudClient):
@pytest.fixture
async def temporary_note_with_attachment(nc_client: NextcloudClient, temporary_note: dict):
async def temporary_note_with_attachment(
nc_client: NextcloudClient, temporary_note: dict
):
"""
Fixture that creates a temporary note, adds an attachment, and cleans up both.
Yields a tuple: (note_data, attachment_filename, attachment_content).