Skip to content

Commit 7460c86

Browse files
committed
chore: minor fix
Signed-off-by: Ben Selwyn-Smith <[email protected]>
1 parent 41121ab commit 7460c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/slsa_analyzer/checks/test_provenance_repo_commit_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_provenance_repo_commit_checks_pass(
5151
) -> None:
5252
"""Test combinations of Repository objects and provenance strings against check."""
5353
context = _prepare_context(macaron_path, repository)
54-
context.dynamic_data["provenance_info"] = Provenance(repo_url=repo_url, commit_sha=commit_digest)
54+
context.dynamic_data["provenance_info"] = Provenance(repository_url=repo_url, commit_sha=commit_digest)
5555

5656
# Check Repo
5757
repo_result = _perform_check_assert_result_return_result(

0 commit comments

Comments
 (0)