File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def test_docker_1(tmp_path):
79
79
80
80
@no_win
81
81
@need_docker
82
- def test_docker_1_subm (tmp_path , plugin ):
82
+ def test_docker_1_subm (tmp_path ):
83
83
"""docker env with submitter: simple command, no arguments"""
84
84
newcache = lambda x : makedir (tmp_path , x )
85
85
@@ -97,14 +97,14 @@ def test_docker_1_subm(tmp_path, plugin):
97
97
cache_dir = newcache ("shelly_env" ),
98
98
environment = docker ,
99
99
)
100
- with Submitter (plugin = plugin ) as sub :
100
+ with Submitter (plugin = "cf" ) as sub :
101
101
shelly_env (submitter = sub )
102
102
assert env_res == shelly_env .result ().output .__dict__
103
103
104
104
shelly_call = ShellCommandTask (
105
105
name = "shelly" , executable = cmd , cache_dir = newcache ("shelly_call" )
106
106
)
107
- with Submitter (plugin = plugin ) as sub :
107
+ with Submitter (plugin = "cf" ) as sub :
108
108
shelly_call (submitter = sub , environment = docker )
109
109
assert env_res == shelly_call .result ().output .__dict__
110
110
You can’t perform that action at this time.
0 commit comments