Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Feb 1, 2024
1 parent 2cbd084 commit 77c5a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taf/tests/test_updater/test_repo_update/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def library_with_dependencies():
)
print(auth_repo.path)
print(auth_repo.is_git_repository)
print(auth_repo.head_commit_sha)
print(auth_repo.head_commit_sha())
target_repos = create_target_repos(namespace, target_names, auth_repo.path)
library[auth_repo.name] = {"auth_repo": auth_repo, "target_repos": target_repos}

Expand Down

0 comments on commit 77c5a97

Please sign in to comment.