diff --git a/tests/test_cli_plugin.py b/tests/test_cli_plugin.py index 872c68442..d52e4e5b6 100644 --- a/tests/test_cli_plugin.py +++ b/tests/test_cli_plugin.py @@ -55,6 +55,7 @@ def test_plugin_install_editable_symlinks_local_plugin( catch_exceptions=False, ) + target = root / "data" / "plugins" / "astrbot_plugin_local_demo" target = root / "data" / "plugins" / "astrbot_plugin_local_demo" assert result.exit_code == 0 assert target.is_symlink()