Skip to content

Commit

Permalink
Merge branch 'release_23.0' into release_23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 6, 2023
2 parents 1d32c21 + f9be1a4 commit ac8cc32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy_test/api/test_tools_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,7 @@ def upload_file(url, path, api_key, history_id):
# Upload a file to a tus server.
uploader = my_client.uploader(path, metadata=metadata)
uploader.upload()
assert uploader.url
return uploader.url.rsplit("/", 1)[1]

with self.dataset_populator.test_history() as history_id:
Expand Down

0 comments on commit ac8cc32

Please sign in to comment.