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 = {}