We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9578058 commit 63e87d7Copy full SHA for 63e87d7
tests/test_docker_warning.py
@@ -8,8 +8,8 @@
8
class TestDefaultDockerWarning(unittest.TestCase):
9
10
# Test to check warning when default docker Container is used on Windows
11
- @mock.patch("cwltool.draft2tool.onWindows",return_value = True)
12
- @mock.patch("cwltool.draft2tool._logger")
+ @mock.patch("cwltool.tool.onWindows",return_value = True)
+ @mock.patch("cwltool.tool._logger")
13
def test_default_docker_warning(self,mock_logger,mock_windows):
14
15
class TestCommandLineTool(CommandLineTool):
0 commit comments