Skip to content

Commit

Permalink
Update lib/galaxy_test/api/test_item_tags.py
Browse files Browse the repository at this point in the history
Co-authored-by: David López <[email protected]>
  • Loading branch information
arash77 and davelopez authored Nov 27, 2023
1 parent bff74d7 commit 7e39a7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/galaxy_test/api/test_item_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ def _create_prefixes(self):
history_id = self._create_history()
history_content_id = self._create_history_contents(history_id)
prefixs = {
"workflows": "workflows/" + workflow_id,
"histories": "histories/" + history_id,
"histories_content": "histories/" + history_id + "/contents/" + history_content_id,
"workflows": f"workflows/{workflow_id}",
"histories": f"histories/{history_id}",
"histories_content": f"histories/{history_id}/contents/{history_content_id}",
}
return prefixs

Expand Down

0 comments on commit 7e39a7b

Please sign in to comment.