Skip to content

Commit 5bc1dc9

Browse files
author
Ziqun Ye
committed
fix the unit test
1 parent e16021d commit 5bc1dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unitary/with_extras/opctl/test_opctl_conda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def test_conda_publish(
161161
): {"bind": "/home/datascience/pack.py"},
162162
},
163163
env_vars={},
164-
command="python /home/datascience/pack.py /home/datascience/test",
164+
command="python /home/datascience/pack.py --conda-path /home/datascience/test",
165165
)
166166

167167
mock_uploader.assert_called_with(

0 commit comments

Comments
 (0)