fix(canary): include fingerprint_* in KNOWN_GENERATORS stability test
This commit is contained in:
@@ -61,6 +61,7 @@ def test_known_lists_are_stable() -> None:
|
|||||||
assert KNOWN_GENERATORS == (
|
assert KNOWN_GENERATORS == (
|
||||||
"git_config", "env_file", "ssh_key", "aws_creds",
|
"git_config", "env_file", "ssh_key", "aws_creds",
|
||||||
"honeydoc", "honeydoc_docx", "honeydoc_pdf", "mysql_dump",
|
"honeydoc", "honeydoc_docx", "honeydoc_pdf", "mysql_dump",
|
||||||
|
"fingerprint_html", "fingerprint_svg",
|
||||||
)
|
)
|
||||||
assert KNOWN_INSTRUMENTERS == (
|
assert KNOWN_INSTRUMENTERS == (
|
||||||
"docx", "xlsx", "pdf", "html", "image", "plain", "passthrough",
|
"docx", "xlsx", "pdf", "html", "image", "plain", "passthrough",
|
||||||
|
|||||||
Reference in New Issue
Block a user