From cafe32488ac23eb5269771004e75074d557b97b6 Mon Sep 17 00:00:00 2001 From: Jannis Mittenzwei Date: Tue, 10 Dec 2024 14:23:03 +0100 Subject: [PATCH] fix function name --- test/unit/lint_file_check_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/lint_file_check_test.py b/test/unit/lint_file_check_test.py index c8f5011fc..a20b02011 100644 --- a/test/unit/lint_file_check_test.py +++ b/test/unit/lint_file_check_test.py @@ -121,7 +121,7 @@ def test_check_lint_json(attributes, expected, tmp_path): (["errors", "generated_at", "metrics"], "incompatible format"), ] ) -def test_check_lint_json(attributes, expected, tmp_path): +def test_check_security_json(attributes, expected, tmp_path): path = Path(tmp_path, ".security.json") path.touch() attributes_dict = {}