MAESTRO: fix linting and formatting

This commit is contained in:
Mariusz Banach
2026-02-18 04:55:03 +01:00
parent af339e784e
commit 930495cd00
13 changed files with 22 additions and 29 deletions

View File

@@ -48,4 +48,4 @@ def test_parser_preserves_content_type_boundary(sample_headers: str) -> None:
headers = parser.parse(sample_headers)
content_type = next(header for header in headers if header.name == "Content-Type")
assert "boundary=\"boundary-123\"" in content_type.value
assert 'boundary="boundary-123"' in content_type.value