mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 05:23:31 +01:00
MAESTRO: fix linting and formatting
This commit is contained in:
@@ -42,4 +42,4 @@ def test_analyzer_runs_selected_tests_and_reports_progress() -> None:
|
||||
assert progress_events
|
||||
assert all(total == 2 for _, total, _ in progress_events)
|
||||
assert progress_events[0][0] == 0
|
||||
assert progress_events[-1][0] == 1
|
||||
assert progress_events[-1][0] == 1
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -29,4 +29,4 @@ def test_registry_filters_by_ids_and_lists_tests() -> None:
|
||||
|
||||
assert lookup[1].category
|
||||
assert lookup[12].category
|
||||
assert lookup[66].category
|
||||
assert lookup[66].category
|
||||
|
||||
Reference in New Issue
Block a user