Skip to content

Commit

Permalink
remove minio
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Jun 4, 2024
1 parent 459f5fc commit 6429207
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_htsget_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,10 +627,8 @@ def drs_objects():
"name": data_file,
"id": type
})
try:
client = get_client()
except Exception as e:
client = None
# removing minio step
client = None

for obj in result:
if "contents" not in obj:
Expand Down

0 comments on commit 6429207

Please sign in to comment.