Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
update tests to test fetching all Git commits
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Streed <[email protected]>
  • Loading branch information
sgsfak and desertaxle authored Mar 25, 2024
1 parent 2d9cae7 commit a74a946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class p:
mock = AsyncMock(return_value=p())
monkeypatch.setattr(prefect_gitlab.repositories, "run_process", mock)
repo = "[email protected]:PrefectHQ/prefect.git"
depth = 0
depth = None
g = GitLabRepository(
repository=repo,
git_depth=depth,
Expand Down

0 comments on commit a74a946

Please sign in to comment.