fix(status): ignore promotion edit warnings

This commit is contained in:
chengma
2026-07-20 10:52:32 +08:00
parent b3d9857b3e
commit 9c4224286a
10 changed files with 253 additions and 14 deletions
+2
View File
@@ -7253,6 +7253,8 @@ class GuiTests(TempDirMixin, unittest.TestCase):
self.assertIn("审核中:1 条", message)
self.assertIn("状态未知:1 条", message)
self.assertNotIn("缺少新标题", message)
self.assertIn("为安全起见不会更新", message)
self.assertNotIn("重新确认商品状态", message)
question.assert_not_called()
run_worker.assert_not_called()
self.assertIn("状态正常且可更新", states[-1])