fix: restore unit test gate

This commit is contained in:
jxxghp
2026-08-09 19:01:33 +08:00
parent 53a169d955
commit a94202a28d
4 changed files with 4 additions and 1 deletions

View File

@@ -169,6 +169,7 @@
"订阅不存在": "Subscription does not exist",
"无效的订阅状态": "Invalid subscription status",
"不支持的通知类型": "Unsupported notification type",
"不支持的媒体类型": "Unsupported media type",
"请求参数不正确": "Request parameters are incorrect",
"所有配置项更新成功": "All configuration items were updated successfully",
"不支持的 Wiki 同步地址": "Unsupported Wiki sync URL",

View File

@@ -101,6 +101,7 @@
"网络请求失败": "网络请求失败",
"TMDB请求失败": "TMDB请求失败",
"媒体服务器请求失败": "媒体服务器请求失败",
"不支持的媒体类型": "不支持的媒体类型",
"豆瓣网络连接失败": "豆瓣网络连接失败",
"Bangumi网络连接失败": "Bangumi网络连接失败",
"fanart网络连接失败": "fanart网络连接失败",

View File

@@ -169,6 +169,7 @@
"订阅不存在": "訂閱不存在",
"无效的订阅状态": "無效的訂閱狀態",
"不支持的通知类型": "不支援的通知類型",
"不支持的媒体类型": "不支援的媒體類型",
"请求参数不正确": "請求參數不正確",
"所有配置项更新成功": "所有設定項更新成功",
"不支持的 Wiki 同步地址": "不支援的 Wiki 同步位址",

View File

@@ -23,7 +23,7 @@ def test_modified_builtin_skills_have_incremented_versions() -> None:
"""本次修改过的内置技能必须递增版本,确保用户端同步更新。"""
expected_versions = {
"database-operation": "3",
"moviepilot-api": "9",
"moviepilot-api": "10",
"moviepilot-cli": "6",
"moviepilot-update": "3",
"transfer-failed-retry": "2",