From de6d5cd1a87647016e5aec92fcfbbe4cb0eeca0c Mon Sep 17 00:00:00 2001 From: anti Date: Wed, 29 Apr 2026 16:26:09 -0400 Subject: [PATCH] fix(canary): include fingerprint_* in KNOWN_GENERATORS stability test --- tests/canary/test_factory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/canary/test_factory.py b/tests/canary/test_factory.py index 51807e0e..191e6a35 100644 --- a/tests/canary/test_factory.py +++ b/tests/canary/test_factory.py @@ -61,6 +61,7 @@ def test_known_lists_are_stable() -> None: assert KNOWN_GENERATORS == ( "git_config", "env_file", "ssh_key", "aws_creds", "honeydoc", "honeydoc_docx", "honeydoc_pdf", "mysql_dump", + "fingerprint_html", "fingerprint_svg", ) assert KNOWN_INSTRUMENTERS == ( "docx", "xlsx", "pdf", "html", "image", "plain", "passthrough",