diff --git a/src/plugins/github/plugins/publish/constants.py b/src/plugins/github/plugins/publish/constants.py index c446570a..553b639e 100644 --- a/src/plugins/github/plugins/publish/constants.py +++ b/src/plugins/github/plugins/publish/constants.py @@ -29,7 +29,7 @@ PLUGIN_TEST_PATTERN = re.compile(ISSUE_PATTERN.format(PLUGIN_TEST_STRING)) PLUGIN_TEST_BUTTON_TIPS = "如需重新运行插件测试,请勾选左侧勾选框" PLUGIN_TEST_BUTTON_STRING = f"- [ ] {PLUGIN_TEST_BUTTON_TIPS}" -PLUGIN_TEST_BUTTON_IN_PROGRESS_STRING = "- [x] 🔄插件测试中,请稍后" +PLUGIN_TEST_BUTTON_IN_PROGRESS_STRING = "- [x] 🔥插件测试中,请稍后" PLUGIN_SUPPORTED_ADAPTERS_STRING = "插件支持的适配器" PLUGIN_SUPPORTED_ADAPTERS_PATTERN = re.compile( ISSUE_PATTERN.format(PLUGIN_SUPPORTED_ADAPTERS_STRING) diff --git a/tests/github/publish/process/test_publish_check.py b/tests/github/publish/process/test_publish_check.py index c4f66035..8a55da2a 100644 --- a/tests/github/publish/process/test_publish_check.py +++ b/tests/github/publish/process/test_publish_check.py @@ -1084,7 +1084,7 @@ async def test_skip_plugin_check( ### 插件测试 -- [x] 🔄插件测试中,请稍后\ +- [x] 🔥插件测试中,请稍后\ """, } ), @@ -1133,7 +1133,7 @@ async def test_skip_plugin_check( ### 插件测试 -- [x] 🔄插件测试中,请稍后\ +- [x] 🔥插件测试中,请稍后\ """, } ), diff --git a/tests/github/publish/utils/test_ensure_issue_plugin_test_button.py b/tests/github/publish/utils/test_ensure_issue_plugin_test_button.py index b1173af2..11368d5a 100644 --- a/tests/github/publish/utils/test_ensure_issue_plugin_test_button.py +++ b/tests/github/publish/utils/test_ensure_issue_plugin_test_button.py @@ -194,7 +194,7 @@ async def test_ensure_issue_plugin_test_button_in_progress( ### 插件测试 -- [x] 🔄插件测试中,请稍后\ +- [x] 🔥插件测试中,请稍后\ """, } ),