Skip to content

Commit 5b79fd6

Browse files
committed
Fix TOOL_WITH_SHELL_COMMAND import source
1 parent 0ee5dad commit 5b79fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy_test/api/test_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
from galaxy.tool_util_models import UserToolSource
2929
from galaxy.util import UNKNOWN
3030
from galaxy.util.unittest_utils import skip_if_github_down
31-
from galaxy_test.api.test_tools import TOOL_WITH_SHELL_COMMAND
3231
from galaxy_test.base import rules_test_data
3332
from galaxy_test.base.populators import (
3433
DatasetCollectionPopulator,
3534
DatasetPopulator,
3635
RunJobsSummary,
3736
skip_without_tool,
37+
TOOL_WITH_SHELL_COMMAND,
3838
wait_on,
3939
workflow_str,
4040
WorkflowPopulator,

0 commit comments

Comments
 (0)