Skip to content

Commit

Permalink
Merge branch 'release_23.1' into release_23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 6, 2023
2 parents 9caded4 + ac8cc32 commit dca5914
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 dca5914

Please sign in to comment.