We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554876b commit 58f69ffCopy full SHA for 58f69ff
test/integration/local/test_hosting.py
@@ -21,7 +21,7 @@
21
from utils import local_mode_utils
22
23
HOSTING_RESOURCE_PATH = os.path.join(RESOURCE_PATH, 'dummy_hosting')
24
-MODEL_PATH = os.path.join(HOSTING_RESOURCE_PATH, 'code')
+MODEL_PATH = os.path.join(RESOURCE_PATH, 'default_handlers', 'model')
25
SCRIPT_PATH = os.path.join(HOSTING_RESOURCE_PATH, 'code', 'dummy_hosting_module.py')
26
27
0 commit comments