Skip to content

Commit

Permalink
fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis-Mittenzwei committed Dec 10, 2024
1 parent 1c1254c commit cafe324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/lint_file_check_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit cafe324

Please sign in to comment.