浏览代码

tests: Removes outdated marketplace download test (#20454)

Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/1.4.2
-LAN- 5 个月前
父节点
当前提交
cd0a05f114
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0
    7
      api/tests/unit_tests/core/helper/test_marketplace.py

+ 0
- 7
api/tests/unit_tests/core/helper/test_marketplace.py 查看文件

@@ -1,7 +0,0 @@
from core.helper.marketplace import download_plugin_pkg


def test_download_plugin_pkg():
pkg = download_plugin_pkg("langgenius/bing:0.0.1@e58735424d2104f208c2bd683c5142e0332045b425927067acf432b26f3d970b")
assert pkg is not None
assert len(pkg) > 0

正在加载...
取消
保存