Skip to content

Commit cafe324

Browse files
fix function name
1 parent 1c1254c commit cafe324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/lint_file_check_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_check_lint_json(attributes, expected, tmp_path):
121121
(["errors", "generated_at", "metrics"], "incompatible format"),
122122
]
123123
)
124-
def test_check_lint_json(attributes, expected, tmp_path):
124+
def test_check_security_json(attributes, expected, tmp_path):
125125
path = Path(tmp_path, ".security.json")
126126
path.touch()
127127
attributes_dict = {}

0 commit comments

Comments
 (0)