Skip to content

Commit 58f69ff

Browse files
author
Qian Chen
committed
test111
1 parent 554876b commit 58f69ff

File tree

1 file changed

+1
-1
lines changed

1 file 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(HOSTING_RESOURCE_PATH, 'code')
24+
MODEL_PATH = os.path.join(RESOURCE_PATH, 'default_handlers', 'model')
2525
SCRIPT_PATH = os.path.join(HOSTING_RESOURCE_PATH, 'code', 'dummy_hosting_module.py')
2626

2727

0 commit comments

Comments
 (0)