Skip to content

Commit

Permalink
tests: test repo with more objects
Browse files Browse the repository at this point in the history
  • Loading branch information
michalc committed Mar 18, 2023
1 parent 18582fd commit 98787ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_mirror_git_to_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test():
mirror_repos((
('https://github.com/uktrade/mirror-git-to-s3.git', f's3://{bucket_name}/mirror-git-to-s3'),
('https://huggingface.co/bert-base-uncased', f's3://{bucket_name}/bert-base-uncased'),
('https://github.com/uktrade/data-workspace.git', f's3://{bucket_name}/data-workspace'),
), get_s3_client=lambda: s3_client)

with tempfile.TemporaryDirectory() as tmpdir:
Expand Down

0 comments on commit 98787ea

Please sign in to comment.