Skip to content

Commit 6489d2f

Browse files
committed
Fix unit tests
1 parent 395eba3 commit 6489d2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit/test_model_server.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ def test_adapt_to_ts_format(path_exists, make_dir, subprocess_check_call, set_py
149149
torchserve.DEFAULT_TS_MODEL_DIRECTORY,
150150
"--version",
151151
"1",
152+
"--extra-files",
153+
environment.model_dir
152154
]
153155

154156
subprocess_check_call.assert_called_once_with(model_archiver_cmd)

0 commit comments

Comments
 (0)