Skip to content

Commit f656299

Browse files
committed
update test case
1 parent 115c9c2 commit f656299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def test_env_usage():
410410
# activate sys.path and unzip cache
411411
sys.path.append("bottle_env.pyz")
412412
importlib.import_module("ensure_zipapps")
413-
import bottle
413+
bottle = importlib.import_module("bottle")
414414

415415
# using app unzip cache for `import ensure_zipapps`
416416
# print(bottle.__file__)

0 commit comments

Comments
 (0)