Skip to content

Commit 9a3ef09

Browse files
author
Qian Chen
committed
test11
1 parent 58f69ff commit 9a3ef09

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/integration/local/test_hosting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from utils import local_mode_utils
2222

2323
HOSTING_RESOURCE_PATH = os.path.join(RESOURCE_PATH, 'dummy_hosting')
24-
MODEL_PATH = os.path.join(RESOURCE_PATH, 'default_handlers', 'model')
24+
MODEL_PATH = os.path.join(HOSTING_RESOURCE_PATH, 'model.tar.gz')
2525
SCRIPT_PATH = os.path.join(HOSTING_RESOURCE_PATH, 'code', 'dummy_hosting_module.py')
2626

2727

404 KB
Binary file not shown.

0 commit comments

Comments
 (0)