From 422ac6be6760b20c2cca40bfde3ea422a76bfd0b Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Sun, 31 May 2026 00:44:54 +0800 Subject: [PATCH] Update tests/test_cli_plugin.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- tests/test_cli_plugin.py | 1 + 1 file changed, 1 insertion(+) 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()