Skip to content

Commit 082bbf4

Browse files
committed
Format remote tool path test
1 parent f29e8d1 commit 082bbf4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_galaxy_config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ def test_refgenie_config_version():
6565

6666
def test_all_tool_paths_excludes_remote_galaxy_tools():
6767
local_tool = os.path.join(os.path.dirname(__file__), "data", "tools", "two_tests.xml")
68-
remote_tool_id = "toolshed.g2.bx.psu.edu/repos/iuc/collection_element_identifiers/collection_element_identifiers/0.0.3"
68+
remote_tool_id = (
69+
"toolshed.g2.bx.psu.edu/repos/iuc/collection_element_identifiers/collection_element_identifiers/0.0.3"
70+
)
6971

7072
tool_paths = _all_tool_paths([for_path(local_tool), for_uri(f"gxid://tools/{remote_tool_id}")])
7173

0 commit comments

Comments
 (0)