Skip to content

Commit 96203ac

Browse files
adamtheturtleclaude
andcommitted
Fix pylint spelling: Unparseable -> Malformed
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4873a7b commit 96203ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/mock_vws/test_model_target_web_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def test_invalid_json(
362362
*,
363363
verify_model_target_mock_vuforia: VuforiaBackend,
364364
) -> None:
365-
"""Unparseable JSON bodies are rejected with 400."""
365+
"""Malformed JSON bodies are rejected with 400."""
366366
credentials = _credentials_for_backend(
367367
backend=verify_model_target_mock_vuforia,
368368
)

0 commit comments

Comments
 (0)