Skip to content

Commit

Permalink
Undo one hack - maybe fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jun 20, 2022
1 parent 0f7aa49 commit 6aa086f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy_test/api/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def test_delete_batch(self):
dataset_map: Dict[int, str] = {}
history_id = self.dataset_populator.new_history()
for index in range(num_datasets):
hda = self.dataset_populator.new_dataset(history_id, wait=True)
hda = self.dataset_populator.new_dataset(history_id)
dataset_map[index] = hda["id"]

expected_deleted_source_ids = [
Expand Down

0 comments on commit 6aa086f

Please sign in to comment.